Bearbeiten

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
data
Byte[]

Applies to