Creates a new Socket to handle an incoming connection request.
[Visual Basic]
Overridable Protected Function InternalAccept() As Socket
A Socket to handle an incoming connection request.
The InternalAccept method extracts the first connection request from the queue of pending requests and creates a new Socket to handle it.
Exception Type | Condition |
---|---|
SocketException | The VirtualSocket is invalid. |
ObjectDisposedException | The VirtualSocket has been closed. |
VirtualSocket Class | VirtualSocket Members | Org.Mentalis.Security.Ssl Namespace