Click or drag to resize

DatagramSocket Class

A datagram socket.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The DatagramSocket type exposes the following members.

Constructors
  NameDescription
Protected methodDatagramSocket
Initializes a new instance of the DatagramSocket class
Top
Properties
  NameDescription
Public propertyAdapterSpeed
Gets or sets the adapter speed.
(Inherited from ManagedSocket.)
Public propertyIPv6
Gets a value indicating whether the socket supports IPv6.
(Inherited from ManagedSocket.)
Public propertyIsClosed
Gets a value indicating whether this instance is closed.
(Inherited from ManagedSocket.)
Public propertyLocalIPAddress
Gets the local IP address.
(Inherited from ManagedSocket.)
Public propertyLocalPort
Gets the local port.
(Inherited from ManagedSocket.)
Public propertyMaxQueuedPackets
Gets or sets the maximum number of packets that can be queued at any given point in time.
Public propertyPublicIPAddress
Gets or sets the public IP address, if known.
(Inherited from ManagedSocket.)
Top
Methods
  NameDescription
Public methodBind
Binds the socket to a local endpoint.
(Inherited from ManagedSocket.)
Public methodClose
Closes the socket.
(Inherited from ManagedSocket.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodRaiseReceiveFailure
Invokes the receive failure callback.
Protected methodRaiseReceiveSuccess
Invokes the receive success callback.
Public methodReceiveAsync
Receives data asynchronously.
Public methodSend
Sends data synchronously.
Public methodToString (Inherited from Object.)
Top
See Also