UdpClient Class

Namespace: System.Net.Sockets

Assembly: System.Net.Sockets.dll

Overview

Provides support for the User Datagram Protocol (UDP).

The UdpClient class provides access to the UDP protocol, which is a connectionless protocol that sends datagrams without establishing a connection.

Table of Contents

Constructors

Properties

Methods

Extension Methods

This class also exposes several useful extension methods, including:

For detailed examples and further information, please refer to the UDP Client Sample.