Click or drag to resize

TcpTextClient Properties

The TcpTextClient type exposes the following members.

Properties
  NameDescription
Public propertyConnected
Gets a value indicating whether the underlying Socket is connected to a remote host. This property makes a nonblocking, zero-byte Send call to determine the current state of the connection.
Public propertyIsEncrypted
Gets a Boolean value that indicates whether communication to the remote server is encrypted.
Public propertyIsMutuallyAuthenticated
Gets a Boolean value that indicates whether communication to the remote server is mutually authenticated.
Public propertyIsSigned
Gets a Boolean value that indicates whether communication to the remote server is signed.
Public propertyReceiveTimeout
Gets or sets the amount of time the underlying Socket will wait to receive data once a read operation is initiated.
Public propertySendTimeout
Gets or sets the amount of time the underlying Socket will wait for a send operation to complete successfully.
Public propertySocket
Gets the underlying Socket.
Public propertySSLConfiguration
Gets SSL configuration for this object (client certificates, enabled SSL protocols).
Public propertyStream
Gets underlying read stream for current connection.
Top
See Also