AsyncWcfLib

WcfBasicClientAsync.DoClientConfiguration Method

Accept the binding configuration provided when linking the ActorOutput or set in WcfDefault.ClientConfiguration.

protected void DoClientConfiguration(
   ref Uri serviceUri,
   bool forRouter
);

Parameters

serviceUri
The URI to connect to. Parts of the URI may be changed depending on the binding configuration.
forRouter
True, when the connection is to a WcfRouter.

See Also

WcfBasicClientAsync Class | SourceForge.AsyncWcfLib.Basic Namespace