Public Properties

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

See Also