Gets or sets the socket that is used to accept incoming connections.
[Visual Basic]Protected Property AcceptSocket As System.Net.Sockets.Socket
[C#]
protected System.Net.Sockets.Socket AcceptSocket {get; set;}
Property Value
A Socket that is used to accept incoming connections.
See Also
SocksHandler Class | SocksHandler Members | Org.Mentalis.Proxy.Socks Namespace