Public Properties
| Name | Description | |
|---|---|---|
|
BaseSocket | The .NET socket that this socket wraps |
|
CanSend | Is the socket ready to send more data? |
|
Closed | Indicates whether the socket has been closed |
|
ReceiveBuffer | Receive buffer |
|
ReceiveOffset | Current position within receive buffer |
|
Receiving | Internal use only |
|
SendBuffer | Buffer for sending data |
|
Sending | Indicates whether the socket is currently sending data |
|
SendMax | Maximum bytes to send |
|
Tag | User defined object to associate with socket |
|
TimedOut | Set when a timeout occurs |
|
TotalBytesReceived | Total bytes received through this socket |
|
TotalBytesSent | Total bytes sent through this socket |