AsyncWcfLib

ActorOutput.LinkOutputToRemoteService(Uri, IWcfClientConfiguration) Method

Link output to remote service. No lookup at WcfRouter is needed as we know the romote host and the services TCP portnumber.

public void LinkOutputToRemoteService(
   Uri serviceUri,
   IWcfClientConfiguration clientConfig
);

Parameters

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

Implements

IActorOutput.LinkOutputToRemoteService

See Also

ActorOutput Class | SourceForge.AsyncWcfLib Namespace | ActorOutput.LinkOutputToRemoteService Overload List