SocksHandler.AcceptSocket Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksHandler.AcceptSocket Property

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