A Sandcastle Documented Class Library
RawBytesReceivedArgsBytes Property |
The raw bytes received
Namespace: AdiIRCAPIv2.Arguments.Connection
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public byte[] Bytes { get; set; }
Public Property Bytes As Byte() Get Set
public: property array<unsigned char>^ Bytes { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
member Bytes : byte[] with get, set
Property Value
Type: ByteSee Also