Class UdpConnectedHandler
Inheritance
System.Object
UdpConnectedHandler
Assembly: Eco.Shared.dll
Syntax
public sealed class UdpConnectedHandler : MulticastDelegate
Constructors
UdpConnectedHandler(Object, IntPtr)
Declaration
public UdpConnectedHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(IPEndPoint, Object, UInt32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IPEndPoint remoteEndPoint, object connection, uint protocolVersion, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Net.IPEndPoint |
remoteEndPoint |
|
System.Object |
connection |
|
System.UInt32 |
protocolVersion |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(IPEndPoint, Object, UInt32)
Declaration
public virtual void Invoke(IPEndPoint remoteEndPoint, object connection, uint protocolVersion)
Parameters
Type |
Name |
Description |
System.Net.IPEndPoint |
remoteEndPoint |
|
System.Object |
connection |
|
System.UInt32 |
protocolVersion |
|
Extension Methods