Share via


CFSocket.CFSocketDataEventArgs(IPEndPoint, Byte[]) Constructor

Definition

Constructs a new instance with an endpoint and a byte buffer.

public CFSocketDataEventArgs(System.Net.IPEndPoint remote, byte[] data);
new CoreFoundation.CFSocket.CFSocketDataEventArgs : System.Net.IPEndPoint * byte[] -> CoreFoundation.CFSocket.CFSocketDataEventArgs

Parameters

remote
IPEndPoint

The remote endpoint.

data
Byte[]

The data for this event as a byte array.

Applies to