Interface IRawDataMessage
Represents a message containing raw binary data.
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public interface IRawDataMessage
Properties
| Improve this Doc View SourceRawData
Message's raw binary data.
Declaration
[JsonIgnore]
IReadOnlyCollection<byte> RawData { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<Byte> |