UdpClient Methods (System.Net.Sockets)

Switch View :
ScriptFree
.NET Framework Class Library
UdpClient Methods

The UdpClient type exposes the following members.

Methods

  Name Description
Public method BeginReceive Receives a datagram from a remote host asynchronously.
Public method BeginSend Overloaded. Sends a datagram to a remote host asynchronously.
Public method Supported by the .NET Compact Framework Close Closes the UDP connection.
Public method Supported by the .NET Compact Framework Connect Overloaded. Establishes a default remote host.
Protected method Supported by the .NET Compact Framework Dispose Releases the unmanaged resources used by the UdpClient and optionally releases the managed resources.
Public method Supported by the .NET Compact Framework DropMulticastGroup Overloaded. Leaves a multicast group.
Public method EndReceive Ends a pending asynchronous receive.
Public method EndSend Ends a pending asynchronous send.
Public method Supported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType Gets the type of the current instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework JoinMulticastGroup Overloaded. Adds a UdpClient to a multicast group.
Protected method Supported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Supported by the .NET Compact Framework Receive Returns a UDP datagram that was sent by a remote host.
Public method Supported by the .NET Compact Framework Send Overloaded. Sends a UDP datagram to a remote host.
Public method Supported by the .NET Compact Framework ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method Supported by the .NET Compact Framework IDisposable.Dispose Infrastructure. Releases all resources used by the UdpClient.
Top
See Also

Reference