CFSocket.CFSocketAcceptEventArgs.CreateSocket Method
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.
Creates a new CFSocket from the accepted connection
public CoreFoundation.CFSocket CreateSocket ();
member this.CreateSocket : unit -> CoreFoundation.CFSocket
Returns
The new instance of the created socket
Remarks
This could throw a CFSocketException if there is an error trying to create the socket.