Mono Class Library: Overview

System.Net.Sockets.UdpClient: Method Members

The methods of System.Net.Sockets.UdpClient are listed below. For a list of all members, see the UdpClient Members list.

See Also: Inherited members from System.Object

Public Methods

BeginReceive(AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginSend(byte[], int, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginSend(byte[], int, System.Net.IPEndPoint, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginSend(byte[], int, string, int, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
Close()
Documentation for this section has not yet been entered.
Connect(System.Net.IPEndPoint)
Documentation for this section has not yet been entered.
Connect(System.Net.IPAddress, int)
Documentation for this section has not yet been entered.
Connect(string, int)
Documentation for this section has not yet been entered.
DropMulticastGroup(System.Net.IPAddress)
Documentation for this section has not yet been entered.
DropMulticastGroup(System.Net.IPAddress, int)
Documentation for this section has not yet been entered.
EndReceive(IAsyncResult, ref System.Net.IPEndPoint) : byte[]
Documentation for this section has not yet been entered.
EndSend(IAsyncResult) : int
Documentation for this section has not yet been entered.
Finalize()
Documentation for this section has not yet been entered.
JoinMulticastGroup(System.Net.IPAddress)
Documentation for this section has not yet been entered.
JoinMulticastGroup(int, System.Net.IPAddress)
Documentation for this section has not yet been entered.
JoinMulticastGroup(System.Net.IPAddress, int)
Documentation for this section has not yet been entered.
JoinMulticastGroup(System.Net.IPAddress, System.Net.IPAddress)
Documentation for this section has not yet been entered.
Receive(ref System.Net.IPEndPoint) : byte[]
Documentation for this section has not yet been entered.
Send(byte[], int) : int
Documentation for this section has not yet been entered.
Send(byte[], int, System.Net.IPEndPoint) : int
Documentation for this section has not yet been entered.
Send(byte[], int, string, int) : int
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)
Documentation for this section has not yet been entered.