Starts the Ident server, listening on the specified endpoint.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Start( IPEndPoint endPoint )
Parameters
- endPoint
- Type: System.Net IPEndPoint
The endpoint to listen on.
See Also