Click or drag to resize

UdpSocket Methods

The UdpSocket type exposes the following members.

Methods
  NameDescription
Public methodBind
Binds the socket to a local endpoint.
(Overrides ManagedSocketBind(String, Int32, Boolean).)
Public methodClose
Closes the socket.
(Overrides ManagedSocketClose.)
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.
(Inherited from DatagramSocket.)
Protected methodRaiseReceiveSuccess
Invokes the receive success callback.
(Inherited from DatagramSocket.)
Public methodReceiveAsync
Receives data asynchronously.
(Overrides DatagramSocketReceiveAsync(Action3DataBuffer, String, Int32, Action1Exception).)
Public methodSend
Sends data synchronously.
(Overrides DatagramSocketSend(DataBuffer, String, Int32).)
Public methodToString (Inherited from Object.)
Top
See Also