The StandardSocket type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AddressFamily | (Inherited from BaseSocket.) | |
| Available | (Overrides BaseSocket..::..Available.) | |
| Connected |
True if the socket was connected at the last operation
(Overrides BaseSocket..::..Connected.) | |
| LocalEndPoint |
Gets the local endpoint.
(Overrides BaseSocket..::..LocalEndPoint.) | |
| RemoteEndPoint |
Gets the remote end-point.
(Overrides BaseSocket..::..RemoteEndPoint.) | |
| Socket |
Gets plain .NET socket
|