-
-
Notifications
You must be signed in to change notification settings - Fork 4
Exomia.Network.UDP
Daniel Baetz edited this page Nov 11, 2018
·
22 revisions
A UDP-Client build with the "Asynchronous Programming Model" (APM)
public class Exomia.Network.UDP.UdpClientApm
: ClientBase, IClient, IDisposableA UDP-Client build with the "Event-based Asynchronous Pattern" (EAP)
public class Exomia.Network.UDP.UdpClientEap
: ClientBase, IClient, IDisposableA UDP-Server build with the "Asynchronous Programming Model" (APM)
public abstract class Exomia.Network.UDP.UdpServerApmBase<TServerClient>
: ServerBase<EndPoint, TServerClient>, IServer<EndPoint>, IDisposableMethods
| Type | Name | Summary |
|---|---|---|
SendError |
SendTo(EndPoint arg0, UInt32 commandid, Byte[] data, Int32 offset, Int32 length, UInt32 responseid) |
A UDP-Server build with the "Event-based Asynchronous Pattern" (EAP)
public abstract class Exomia.Network.UDP.UdpServerEapBase<TServerClient>
: ServerBase<EndPoint, TServerClient>, IServer<EndPoint>, IDisposableMethods
| Type | Name | Summary |
|---|---|---|
SendError |
SendTo(EndPoint arg0, UInt32 commandid, Byte[] data, Int32 offset, Int32 length, UInt32 responseid) |