IServer.HostIp Property

AdiIRC API v2

IServerHostIp Property

Get the IServer IP address.

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

Property Value

Type: IPAddress
See Also