What does the config file look like for System.ServiceMode.ClientBase<TChannel>(String)?
I'm using a WCF service and want to use one of the constructors, bu开发者_开发技巧t I don't see any documentation on what the config file should look like.
Am I missing the documentation, how else are we supposed to know?
http://msdn.microsoft.com/en-us/library/ms574925.aspx
Following the link on that page in the remarks section where the text is <endpoint>
will show you the endpoint configuration I believe you are looking for. ( http://msdn.microsoft.com/en-us/library/ms731762.aspx )
精彩评论