ServerChannel Properties |
The ServerChannel type exposes the following members.
Name | Description | |
---|---|---|
Arguments |
Gets the command arguments supplied to the Main method of
this channel.
| |
IdleTimeout |
Gets or sets the idle timeout of this server channel (milliseconds).
| |
IsConnected |
Gets a value that indicates whether this channel is connected.
(Inherited from ChannelBase.) | |
IsExecuting |
Gets a value that indicates if this channel is executing.
| |
IsSecure |
Gets a value that indicates whether this channel is secure
(Inherited from ChannelBase.) | |
IsServerThread |
Gets a value that indicates if running in the server thread.
| |
KeepAlive |
Gets or sets a value that indicates whether the KeepAlive
option of this channel is active.
(Inherited from ChannelBase.) | |
Name |
Gets the name of this channel.
| |
ReaderBufferFreeSize |
Gets or sets the free size of the reader buffer (bytes).
(Inherited from ChannelBase.) | |
ReaderBufferMaxSize |
Gets or sets the maximum size of the reader buffer (bytes).
(Inherited from ChannelBase.) | |
ReaderBufferMinSize |
Gets or sets the minimum size of the reader buffer (bytes).
(Inherited from ChannelBase.) | |
ReaderBufferWarnSize |
Gets or sets the warning size of the reader buffer (bytes).
(Inherited from ChannelBase.) | |
SwitchName |
Gets the name of the NetSwitch to which this channel is connected.
| |
SwitchReplyTimeout |
Gets or sets the maximum time to wait for a NetSwitch reply
(milliseconds).
| |
SwitchURI |
Gets the URI of the NetSwitch to which this channel is connected.
| |
SwitchVersion |
Gets the version of the NetSwitch to which this channel is connected.
| |
Tag |
Gets a value that indicates the connection tag of this channel.
(Inherited from ChannelBase.) | |
TcpNoDelay |
Gets or sets a value that indicates whether this channel is using
the Nagle algorithm.
(Inherited from ChannelBase.) | |
Tracing |
Gets a value that indicates whether this channel is tracing inbound
and outbound messages.
(Inherited from ChannelBase.) | |
TrustStorePass |
Gets or sets the password of the PFX/PKCS12 trust store file used to
establish secure (SSL/TLS) connections.
(Inherited from ChannelBase.) | |
TrustStorePath |
Gets or sets the path of the PFX/PKCS12 trust store file used to
establish secure (SSL/TLS) connections.
(Inherited from ChannelBase.) | |
UniqueName |
Gets the unique name of this channel.
| |
Version |
Gets a string with the implementation version of this channel.
|