AsyncWcfLib

ActorPort Constructor

Creates an address for a client or service running in the current application on the local host.

ActorPort(
   string name,
   WcfMessageHandler defaultMessageHandler
);

Parameters

name
The application internal name of this service or client.
defaultMessageHandler
The method to be called when a request or response is received and no other handler is applicatable.

See Also

ActorPort Class | SourceForge.AsyncWcfLib Namespace | ActorPort Constructor Overload List