Struct BinaryTransferObject
Represents binary transfer object.
Implements
Inherited Members
Namespace: DotNext.IO
Assembly: DotNext.IO.dll
Syntax
public readonly struct BinaryTransferObject : IDataTransferObject
Constructors
View SourceBinaryTransferObject(ReadOnlyMemory<byte>)
Represents binary transfer object.
Declaration
public BinaryTransferObject(ReadOnlyMemory<byte> content)
Parameters
| Type | Name | Description |
|---|---|---|
| ReadOnlyMemory<byte> | content | The payload of the object. |
Properties
View SourceContent
Gets the payload.
Declaration
public ReadOnlyMemory<byte> Content { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyMemory<byte> |