| UdpSocket Methods | 
The UdpSocket type exposes the following members.
 Methods
Methods| 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.) | 
 See Also
See Also