How to programmatically connect a client to a WCF service?
        Posted  
        
            by Andrei
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrei
        
        
        
        Published on 2010-05-31T11:17:51Z
        Indexed on 
            2010/05/31
            11:22 UTC
        
        
        Read the original article
        Hit count: 1055
        
Hello.
I'm trying to connect an application (the client) to an exposed WCF service, but not through the application configuration file, but in code.
How should I go about doing this?
Thanks.
© Stack Overflow or respective owner