Table of Contents

Class BaseUdpClient

Namespace
DisCatSharp.Net.Udp
Assembly
DisCatSharp.dll

Represents a base abstraction for all UDP client implementations.

public abstract class BaseUdpClient
Inheritance
BaseUdpClient
Inherited Members

Methods

Close()

Closes and disposes the client.

ReceiveAsync()

Receives a datagram.

SendAsync(byte[], int)

Sends a datagram.

Setup(ConnectionEndpoint)

Configures the UDP client.