Listener.ListenSocket Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Listener.ListenSocket Property

Gets or sets the listening Socket.

[Visual Basic]Protected Property ListenSocket As System.Net.Sockets.Socket
[C#]
protected System.Net.Sockets.Socket ListenSocket {get; set;}

Property Value

An instance of the Socket class that's used to listen for incoming connections.

Exceptions

Exception Type Condition
System.ArgumentNullException The specified value is null.

See Also

Listener Class | Listener Members | Org.Mentalis.Proxy Namespace