Show / Hide Table of Contents

Data Property

Data

Gets the data part of the response.

C#
public ReadOnlyMemory<byte> Data { get; }

Property Value

Type Description
ReadOnlyMemory<byte>

The raw bytes not including the ending status word.

In this article
Back to top Generated by DocFX