IServer.Encoding Property

AdiIRC API v2

IServerEncoding Property

Get the encoding used on this IServer.

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

Property Value

Type: Encoding
See Also