DatagramSocket Class |
Namespace: FM.IceLink
The DatagramSocket type exposes the following members.
| Name | Description | |
|---|---|---|
| DatagramSocket | Initializes a new instance of the DatagramSocket class |
| 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.) | |
| MaxQueuedPackets |
Gets or sets the maximum number of packets
that can be queued at any given point in time.
| |
| PublicIPAddress |
Gets or sets the public IP address, if known.
(Inherited from ManagedSocket.) |
| Name | Description | |
|---|---|---|
| Bind |
Binds the socket to a local endpoint.
(Inherited from ManagedSocket.) | |
| Close |
Closes the socket.
(Inherited from ManagedSocket.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| RaiseReceiveFailure |
Invokes the receive failure callback.
| |
| RaiseReceiveSuccess |
Invokes the receive success callback.
| |
| ReceiveAsync |
Receives data asynchronously.
| |
| Send |
Sends data synchronously.
| |
| ToString | (Inherited from Object.) |