IServer.ExternalHost Property

AdiIRC API v2

IServerExternalHost Property

Get the external host discovered from this IServer.

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

Property Value

Type: String
See Also