Udp Class
From Tungsten Suite
Tungsten
|
|
Udp Class |
Provides simple UDP reading and writing
Namespace: W.Net
Assembly: Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
C#
public static class Udp
| Name | Description | |
|---|---|---|
| SendAsync(IPEndPoint, Byte) |
Sends data to a remote via UDP
| |
| SendAsync(IPEndPoint, String, Object) |
Sends data to a remote via UDP
| |
| SendAsyncTType(IPEndPoint, TType) |
Sends a message to a remote via UDP
|