ChannelBase Properties |
The ChannelBase type exposes the following members.
Name | Description | |
---|---|---|
IsConnected |
Gets a value that indicates whether this channel is connected.
| |
IsSecure |
Gets a value that indicates whether this channel is secure
| |
KeepAlive |
Gets or sets a value that indicates whether the KeepAlive
option of this channel is active.
| |
ReaderBufferFreeSize |
Gets or sets the free size of the reader buffer (bytes).
| |
ReaderBufferMaxSize |
Gets or sets the maximum size of the reader buffer (bytes).
| |
ReaderBufferMinSize |
Gets or sets the minimum size of the reader buffer (bytes).
| |
ReaderBufferWarnSize |
Gets or sets the warning size of the reader buffer (bytes).
| |
Tag |
Gets a value that indicates the connection tag of this channel.
| |
TcpNoDelay |
Gets or sets a value that indicates whether this channel is using
the Nagle algorithm.
| |
Tracing |
Gets a value that indicates whether this channel is tracing inbound
and outbound messages.
| |
TrustStorePass |
Gets or sets the password of the PFX/PKCS12 trust store file used to
establish secure (SSL/TLS) connections.
| |
TrustStorePath |
Gets or sets the path of the PFX/PKCS12 trust store file used to
establish secure (SSL/TLS) connections.
|