ReadOnlyMemoryContent(ReadOnlyMemory<Byte>) Constructor

Definition

Initializes a new instance of the ReadOnlyMemoryContent class.

public:
 ReadOnlyMemoryContent(ReadOnlyMemory<System::Byte> content);
public ReadOnlyMemoryContent (ReadOnlyMemory<byte> content);
new System.Net.Http.ReadOnlyMemoryContent : ReadOnlyMemory<byte> -> System.Net.Http.ReadOnlyMemoryContent
Public Sub New (content As ReadOnlyMemory(Of Byte))

Parameters

content
ReadOnlyMemory<Byte>

The content used to initialize the ReadOnlyMemoryContent.

Applies to