ReadOnlyMemoryContent(ReadOnlyMemory<Byte>) Konstruktor

Definition

Initierar en ny instans av ReadOnlyMemoryContent klassen.

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))

Parametrar

content
ReadOnlyMemory<Byte>

Innehållet som används för att initiera ReadOnlyMemoryContent.

Gäller för