BrotliCompressedContent Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| Имя | Описание |
|---|---|
| BrotliCompressedContent(HttpContent, BrotliCompressionOptions) | |
| BrotliCompressedContent(HttpContent, CompressionLevel) |
BrotliCompressedContent(HttpContent, BrotliCompressionOptions)
- Исходный код:
- BrotliCompressedContent.cs
public:
BrotliCompressedContent(System::Net::Http::HttpContent ^ content, System::IO::Compression::BrotliCompressionOptions ^ compressionOptions);
public BrotliCompressedContent(System.Net.Http.HttpContent content, System.IO.Compression.BrotliCompressionOptions compressionOptions);
new System.Net.Http.BrotliCompressedContent : System.Net.Http.HttpContent * System.IO.Compression.BrotliCompressionOptions -> System.Net.Http.BrotliCompressedContent
Public Sub New (content As HttpContent, compressionOptions As BrotliCompressionOptions)
Параметры
- content
- HttpContent
- compressionOptions
- BrotliCompressionOptions
Применяется к
BrotliCompressedContent(HttpContent, CompressionLevel)
- Исходный код:
- BrotliCompressedContent.cs
public BrotliCompressedContent(System.Net.Http.HttpContent content, System.IO.Compression.CompressionLevel compressionLevel = System.IO.Compression.CompressionLevel.Optimal);
new System.Net.Http.BrotliCompressedContent : System.Net.Http.HttpContent * System.IO.Compression.CompressionLevel -> System.Net.Http.BrotliCompressedContent
Public Sub New (content As HttpContent, Optional compressionLevel As CompressionLevel = System.IO.Compression.CompressionLevel.Optimal)
Параметры
- content
- HttpContent
- compressionLevel
- CompressionLevel