C# Class Snarf.Udp.UdpState

Simple class to represent state when used with a UdpListener
Show file Open project: shellscape/Snarf Class Usage Examples

Public Properties

Property Type Description
Callback AsyncCallback
Endpoint System.Net.IPEndPoint
Udp System.Net.Sockets.UdpClient

Property Details

Callback public property

public AsyncCallback Callback
return AsyncCallback

Endpoint public property

public IPEndPoint,System.Net Endpoint
return System.Net.IPEndPoint

Udp public property

public UdpClient,System.Net.Sockets Udp
return System.Net.Sockets.UdpClient