UdpSocket Class |
Namespace: FM.IceLink
The UdpSocket type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdapterSpeed |
Gets or sets the adapter speed.
(Inherited from ManagedSocket.) |
![]() ![]() | DefaultReceiveBufferSize |
Default socket receive buffer size. Application will attempt to set default size at initialisation;
if this fails, application will progressively lower buffer size three times.
|
![]() ![]() | DefaultSendBufferSize |
Default socket send buffer size. Application will attempt to set default size at initialisation;
if this fails, application will progressively lower buffer size three times.
|
![]() | IPv6 |
Gets a value indicating whether the socket supports IPv6.
(Overrides ManagedSocketIPv6.) |
![]() | IsClosed |
Gets a value indicating whether this instance is closed.
(Overrides ManagedSocketIsClosed.) |
![]() | LocalIPAddress |
Gets the local IP address.
(Overrides ManagedSocketLocalIPAddress.) |
![]() | LocalPort |
Gets the local port.
(Overrides ManagedSocketLocalPort.) |
![]() | MaxQueuedPackets |
Gets or sets the maximum number of packets
that can be queued at any given point in time.
(Overrides DatagramSocketMaxQueuedPackets.) |
![]() | PublicIPAddress |
Gets or sets the public IP address, if known.
(Inherited from ManagedSocket.) |
![]() | Socket |
Gets the underlying socket.
|
Name | Description | |
---|---|---|
![]() | Bind |
Binds the socket to a local endpoint.
(Overrides ManagedSocketBind(String, Int32, Boolean).) |
![]() | Close |
Closes the socket.
(Overrides ManagedSocketClose.) |
![]() | 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.
(Inherited from DatagramSocket.) |
![]() | RaiseReceiveSuccess |
Invokes the receive success callback.
(Inherited from DatagramSocket.) |
![]() | ReceiveAsync |
Receives data asynchronously.
(Overrides DatagramSocketReceiveAsync(Action3DataBuffer, String, Int32, Action1Exception).) |
![]() | Send |
Sends data synchronously.
(Overrides DatagramSocketSend(DataBuffer, String, Int32).) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | OnSocketCreated |
Raised when a socket has been created and initialized.
|