Compartir a través de


ReadOnlyMemoryContent(ReadOnlyMemory<Byte>) Constructor

Definición

Inicializa una nueva instancia de la clase ReadOnlyMemoryContent.

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

Parámetros

content
ReadOnlyMemory<Byte>

Contenido usado para inicializar el ReadOnlyMemoryContent.

Se aplica a