Click or drag to resize

DatagramSocket Methods

The DatagramSocket type exposes the following members.

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