Share via


CFSocket.CFSocketAcceptEventArgs Class

Definition

EventArgs for the AcceptEvent event.

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

Constructors

Name Description
CFSocket.CFSocketAcceptEventArgs(CFSocketNativeHandle, IPEndPoint)

Properties

Name Description
RemoteEndPoint

The remote end points that connected

Methods

Name Description
CreateSocket()

Creates a new CFSocket from the accepted connection

ToString()

Human readable description of the event arguments.

Applies to