Table of Contents

Class UdpAsyncRead

Namespace
Coherence.Flux
Assembly
Coherence.Transport.dll
public class UdpAsyncRead
Inheritance
UdpAsyncRead

Constructors

UdpAsyncRead(UdpClient, PortReceivedDataCallback, object, AsyncCallback)

public UdpAsyncRead(UdpClient udp, PortReceivedDataCallback userCallback, object userData, AsyncCallback receiveCallback)

Parameters

udp UdpClient
userCallback PortReceivedDataCallback
userData object
receiveCallback AsyncCallback

Methods

Begin()

public void Begin()

End(IAsyncResult)

public void End(IAsyncResult ar)

Parameters

ar IAsyncResult

Report()

public void Report()