C# Class Simple.Services.Remoting.RemotingHostProvider

Inheritance: RemotingBaseProvider, IServiceHostProvider
Mostrar archivo Open project: juanplopes/simple Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Host ( object server, Type contract ) : void
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
OnConfig ( RemotingConfig config ) : void
OnDisposeOldConfig ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Host() public method

public Host ( object server, Type contract ) : void
server object
contract System.Type
return void

OnConfig() protected method

protected OnConfig ( RemotingConfig config ) : void
config RemotingConfig
return void

OnDisposeOldConfig() protected method

protected OnDisposeOldConfig ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void