TcpClient Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Available | Gets the amount of data that has been received from the network and is available to be read. |
| Client | Gets or sets the underlying Socket. |
| Connected | Gets a value indicating whether the underlying Socket for a TcpClient is connected to a remote host. |
| ExclusiveAddressUse | Gets or sets a Boolean value that specifies whether the TcpClient allows only one client to use a port. |
| LingerState | Gets or sets information about the sockets linger time. |
| NoDelay | Gets or sets a value that disables a delay when send or receive buffers are not full. |
| ReceiveBufferSize | Gets or sets the size of the receive buffer. |
| ReceiveTimeout | Gets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated. |
| SendBufferSize | Gets or sets the size of the send buffer. |
| SendTimeout | Gets or sets the amount of time a TcpClient will wait for a send operation to complete successfully. |
Reference
TcpClient ClassSystem.Net.Sockets Namespace
TcpListener
NetworkStream
Socket
ProtocolType
IPEndPoint
Connect
Write
Read