AsyncWcfLib

IWcfServiceConfiguration.DoServiceConfiguration Method

Sets the service configuration, when no endpoint in app.config is found.

void DoServiceConfiguration(
   ServiceHost serviceHost,
   ref Uri uri,
   bool isRouter
);

Parameters

serviceHost
The ServiceHost to add the endpoint with security credentials.
uri
The dynamically generated URI for this service.
isRouter
true if used for WcfRouter service.

See Also

IWcfServiceConfiguration Interface | SourceForge.AsyncWcfLib Namespace