CFSocket.CFSocketDataEventArgs Class

Definition

Arguments for socket data events.

public class CFSocket.CFSocketDataEventArgs : EventArgs
type CFSocket.CFSocketDataEventArgs = class
    inherit EventArgs
Inheritance
CFSocket.CFSocketDataEventArgs

Constructors

CFSocket.CFSocketDataEventArgs(IPEndPoint, Byte[])

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

Properties

Data

The data that was received on the socket.

RemoteEndPoint

The remote end points that connected

Applies to