Starts the Ident server.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
public void Start(
int port = 113
)
public void Start(
int port = 113
)
Public Sub Start ( _
Optional port As Integer = 113 _
)
Public Sub Start ( _
Optional port As Integer = 113 _
)
public:
void Start(
int port = 113
)
public:
void Start(
int port = 113
)
member Start :
?port : int
(* Defaults:
let _port = defaultArg port 113
*)
-> unit
member Start :
?port : int
(* Defaults:
let _port = defaultArg port 113
*)
-> unit
Parameters
- port (Optional)
- Type: System Int32
The port to listen on. The standard port is 113.