Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Start ( ) : void | ||
Start ( |
Starts the WCF Server in the background. If the server hasn't started successfully within 40 seconds, it is aborted and an InvalidOperationException is thrown.
|
|
Stop ( ) : void |
Stops the WCF Server.
|
|
WcfServer ( Autofac.Integration.Wcf.AutofacServiceHostFactory factory, Autofac.Integration.Wcf.AutofacWebServiceHostFactory webFactory, |
Method | Description | |
---|---|---|
RunWCFServer ( ) : void |
Executes the actual WcfHost in a separate thread and waits until shutdown.
|
|
host_Closed ( object sender, |
||
host_Faulted ( object sender, |
||
host_Opened ( object sender, |
||
host_UnknownMessageReceived ( object sender, System.ServiceModel.UnknownMessageReceivedEventArgs e ) : void |
public Start ( |
||
config | the loaded configuration for the Server | |
return | void |
public WcfServer ( Autofac.Integration.Wcf.AutofacServiceHostFactory factory, Autofac.Integration.Wcf.AutofacWebServiceHostFactory webFactory, |
||
factory | Autofac.Integration.Wcf.AutofacServiceHostFactory | |
webFactory | Autofac.Integration.Wcf.AutofacWebServiceHostFactory | |
config | ||
return | System |