IServer.Port Property

AdiIRC API v2

IServerPort Property

Get the IServer port.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
int Port { get; }
ReadOnly Property Port As Integer
	Get
property int Port {
	int get ();
}
abstract Port : int with get

Property Value

Type: Int32
See Also