AsyncWcfLib

IActorOutput.LinkOutputToRemoteService(Uri, IWcfClientConfiguration) Method

Add a WcfBasicClientAsync. No lookup at WcfRouter is needed as we know the TCP portnumber.

void LinkOutputToRemoteService(
   Uri serviceUri,
   IWcfClientConfiguration clientConfig
);

Parameters

serviceUri
The uri of the remote service.
clientConfig
Plugin your own client configuration instead of WcfDefault.DoClientConfiguration.

See Also

IActorOutput Interface | SourceForge.AsyncWcfLib Namespace | IActorOutput.LinkOutputToRemoteService Overload List