Click or drag to resize

ClientChannel Properties

The ClientChannel type exposes the following members.

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