Share via


ReadOnlyMemoryContent(ReadOnlyMemory<Byte>) Oluşturucu

Tanım

ReadOnlyMemoryContent sınıfının yeni bir örneğini başlatır.

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

Parametreler

content
ReadOnlyMemory<Byte>

öğesini başlatmak ReadOnlyMemoryContentiçin kullanılan içerik.

Şunlara uygulanır