Click or drag to resize

ChannelBase Properties

The ChannelBase type exposes the following members.

Properties
  NameDescription
Public propertyIsConnected
Gets a value that indicates whether this channel is connected.
Public propertyIsSecure
Gets a value that indicates whether this channel is secure
Public propertyKeepAlive
Gets or sets a value that indicates whether the KeepAlive option of this channel is active.
Public propertyReaderBufferFreeSize
Gets or sets the free size of the reader buffer (bytes).
Public propertyReaderBufferMaxSize
Gets or sets the maximum size of the reader buffer (bytes).
Public propertyReaderBufferMinSize
Gets or sets the minimum size of the reader buffer (bytes).
Public propertyReaderBufferWarnSize
Gets or sets the warning size of the reader buffer (bytes).
Public propertyTag
Gets a value that indicates the connection tag of this channel.
Public propertyTcpNoDelay
Gets or sets a value that indicates whether this channel is using the Nagle algorithm.
Public propertyTracing
Gets a value that indicates whether this channel is tracing inbound and outbound messages.
Public propertyTrustStorePass
Gets or sets the password of the PFX/PKCS12 trust store file used to establish secure (SSL/TLS) connections.
Public propertyTrustStorePath
Gets or sets the path of the PFX/PKCS12 trust store file used to establish secure (SSL/TLS) connections.
Top
See Also