Mentalis.org Security Library documentation

VirtualSocket Class

Implements the Berkeley sockets interface.

For a list of all members of this type, see VirtualSocket Members.

System.Object
   VirtualSocket

[Visual Basic]
Public Class VirtualSocket
[C#]
public class VirtualSocket

Remarks

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.

Requirements

Namespace: Org.Mentalis.Security.Ssl Namespace

Assembly: Org.Mentalis.Security.dll

See Also

VirtualSocket Members | Org.Mentalis.Security.Ssl Namespace