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.
Public propertyReader
StreamReader used for reading from network stream or SSL stream.
Public propertyReceiveTimeout
Gets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated.
Public propertySendTimeout
Gets or sets the amount of time a TcpClient will wait for a send operation to complete successfully.
Public propertySocket
Gets the underlying Socket.
Public propertySSLConfiguration
Represents SSL configuration (client certificates, enabled SSL protocols).
Public propertySSLStream
Gets SslStream or null if SSL is not enabled.
Public propertyStream
Gets SslStream or NetworkStream for current connection.
Public propertyWriter
StringWriter used for writing to network stream or SSL stream.

See Also