Implements the Berkeley sockets interface.
For a list of all members of this type, see VirtualSocket Members.
System.Object
VirtualSocket
The VirtualSocket class implements exactly the same methods as the System.Net.Sockets.Socket class, however all these methods are marked as virtual so they can be overridden in derived classes. In addition to the constructor specified by the Socket class, the VirtualSocket class also has a constructor that accepts an already created Socket; this can be very useful is you have to override the Accept and BeginAccept/EndAccept methods in a derived class.
Namespace: Org.Mentalis.Security.Ssl Namespace
Assembly: Org.Mentalis.Security.dll
VirtualSocket Members | Org.Mentalis.Security.Ssl Namespace