AsyncWcfLib

ActorInput.LinkInputToNetwork Method

Link this input to the network. Remote clients will be able to connect to this service after Open() has been called. When this method is not called, the service is accessible application internally only.

public void LinkInputToNetwork(
   string serviceName,
   int tcpPort,
   bool publishToRouter,
   IWcfServiceConfiguration serviceConfig
);

Parameters

serviceName
The unique name of the service or null, when this partners name is equal to the servicename.
tcpPort
The TCP port for the service or 0, when automatic port allocation will be used.
publishToRouter
True(=default): The servicename will be published to the WcfRouter on localhost.
serviceConfig
Plugin your own service configuration instead of WcfDefault.ServiceConfiguration.

Implements

IActorInput.LinkInputToNetwork

See Also

ActorInput Class | SourceForge.AsyncWcfLib Namespace