StreamSocket Properties |
The StreamSocket type exposes the following members.
| Name | Description | |
|---|---|---|
| AdapterSpeed |
Gets or sets the adapter speed.
(Inherited from ManagedSocket.) | |
| IPv6 |
Gets a value indicating whether the socket supports IPv6.
(Inherited from ManagedSocket.) | |
| IsClosed |
Gets a value indicating whether this instance is closed.
(Inherited from ManagedSocket.) | |
| LocalIPAddress |
Gets the local IP address.
(Inherited from ManagedSocket.) | |
| LocalPort |
Gets the local port.
(Inherited from ManagedSocket.) | |
| OnReceiveFailure |
Gets or sets a callback invoked on failed read from TCP stream.
| |
| OnReceiveSuccess |
Gets or sets a callback invoked on successful read from TCP stream.
| |
| PublicIPAddress |
Gets or sets the public IP address, if known.
(Inherited from ManagedSocket.) | |
| RemoteHostname |
Gets or sets the remote hostname.
| |
| RemoteIPAddress |
Gets or sets the remote IP address.
| |
| RemotePort |
Gets or sets the remote port.
| |
| Secure |
Gets a value indicating whether the socket is secure.
| |
| Server |
Gets a value indicating whether the socket can accept incoming connections.
|