CFSocket.CFSocketAcceptEventArgs Class

Definition

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

Constructors

CFSocket.CFSocketAcceptEventArgs(CFSocketNativeHandle, IPEndPoint)

Properties

RemoteEndPoint

The remote end points that connected

Methods

CreateSocket()

Creates a new CFSocket from the accepted connection

ToString()

Human readable description of the event arguments.

Applies to