Collapse All
Protected Fields
| Name | Description | |
|---|---|---|
![]() |
_authProvider | Authentication provider. |
![]() |
_channelFactory | Delegate to factory method, which creates the .NET Remoting channel instance. |
![]() |
_channelName | Unique channel name. |
![]() |
_channelSettings | Dictionary for channel settings. |
![]() |
_clientSinkChain | List for building the client sink chain. |
![]() |
_serverSinkChain | List for building the server sink chain. |
Public Constructors
(see also: Protected Constructors)
| Name | Description | |
|---|---|---|
![]() |
ServerProtocolSetup | Creates a new instance of the ServerProtocolSetup class. |
Protected Constructors
| Name | Description | |
|---|---|---|
![]() |
ServerProtocolSetup | Creates a new instance of the ServerProtocolSetupBase class. |
Public Methods
(see also: Protected Methods)
| Name | Description | |
|---|---|---|
![]() |
CreateChannel | Creates and configures a Remoting channel. |
![]() |
WithChannel | Creates a new ServerProtocolSetup with a specified channel factory method. |
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
BuildClientSinkChain | Builds the client sink chain. |
![]() |
BuildServerSinkChain | Builds the server sink chain. |
Public Properties
| Name | Description | |
|---|---|---|
![]() |
AuthenticationProvider | Gets or sets the authentication provider. |
![]() |
ChannelName | Gets the name of the remoting channel. |
![]() |
ChannelSettings | Gets a dictionary with channel settings. |
![]() |
ClientSinkChain | Gets a list of all Remoting sinks from the client sink chain. |
![]() |
ServerSinkChain | Gets a list of all Remoting sinks from the server sink chain. |