CFSocket.CFSocketAcceptEventArgs Class
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.
T:System.EventArgs for the AcceptEvent event.
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. |