Given the Following Code how Would i Change/Set my Silverlight WCF Service URI in code?
        Posted  
        
            by Rico
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rico
        
        
        
        Published on 2010-03-25T18:54:07Z
        Indexed on 
            2010/03/25
            22:33 UTC
        
        
        Read the original article
        Hit count: 275
        
Given the Following Code how Would i Change/Set my Silverlight WCF Service URI in code?
    mySvc.InsertPOCompleted += new EventHandler<SalesSimplicityPO_SL.POSvc.InsertPOCompletedEventArgs>(mySvc_InsertPOCompleted);
    mySvc.InsertPOAsync(InitialsTextBox.Text.ToString(), DescTextBox.Text.ToString(), ClientTextBox.Text.ToString());
        © Stack Overflow or respective owner