IServer.IRCv3Caps Property

AdiIRC API v2

IServerIRCv3Caps Property

Returns IRCv3 caps discovered during CAP LS/NEW.

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

Property Value

Type: IDictionary
See Also