CFSocket.CFSocketDataEventArgs(IPEndPoint, Byte[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.