ChannelActionMessageArgs.RawBytes Property

AdiIRC API v2

ChannelActionMessageArgsRawBytes Property

Returns the raw event message without decoding

Namespace:  AdiIRCAPIv2.Arguments.ChannelMessages
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public string RawBytes { get; }
Public ReadOnly Property RawBytes As String
	Get
public:
property String^ RawBytes {
	String^ get ();
}
member RawBytes : string with get

Property Value

Type: String
See Also