AsyncWcfLib

IWcfClientConfiguration.DoClientConfiguration Method

Sets the default client configuration, when connecting without app.config. Must match to ServiceConfiguration of the connected service.

void DoClientConfiguration(
   ClientBase<IWcfBasicContractSyncclientBase,
   ref Uri uri,
   bool forRouter
);

Parameters

clientBase
The ClientBase object to modify the endpoint and security credentials.
uri
The endpoint URI to connect.
forRouter
true if used for WcfRouter service.

See Also

IWcfClientConfiguration Interface | SourceForge.AsyncWcfLib Namespace