Starts listening on the selected IP address and port.
[Visual Basic]Public Sub Start()
[C#]
public void Start();
Exceptions
Exception Type | Condition |
---|---|
System.Net.Sockets.SocketException | There was an error while creating the listening socket. |
See Also
Listener Class | Listener Members | Org.Mentalis.Proxy Namespace