System.Net.Socket.TSocket Properties
InheritedProtected
Addr | public | Socket address in a format suitable for use with various OS socket APIs. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Encoding | public | The encoding that the socket uses to encode sent data and to decode received data. |
Endpoint | public | The connected endpoint. |
Handle | public | A reference to the underlying socket handle. |
LocalAddress | public | The local IP address. |
LocalEndpoint | public | The local endpoint address. |
LocalHost | public | The local host name. |
LocalPort | public | The local port number. |
ReceiveTimeout | public | |
RemoteAddress | public | Remote IP address. |
RemoteEndpoint | public | Remote endpoint address. |
RemoteHost | public | Remote host name. |
RemotePort | public | Remote port number. |
SendTimeout | public | |
SocketType | public | The type of the socket. |
State | public | The current state of the socket. |