Class HttpConstants
Inheritance
System.Object
HttpConstants
Namespace:InfinniPlatform.Http
Assembly:InfinniPlatform.Core.Abstractions.dll
Syntax
public static class HttpConstants : object
Fields
| Improve this Doc View SourceFileBufferSize
Размер буфера для передачи файлов (4 Мб).
Declaration
public const int FileBufferSize = null
Field Value
Type | Description |
---|---|
System.Int32 |
FormUrlencodedContentType
Тип содержимого "application/x-www-form-urlencoded".
Declaration
public const string FormUrlencodedContentType = null
Field Value
Type | Description |
---|---|
System.String |
HtmlContentType
Тип содержимого 'text/html'.
Declaration
public const string HtmlContentType = null
Field Value
Type | Description |
---|---|
System.String |
JsonContentType
Тип содержимого 'application/json'.
Declaration
public const string JsonContentType = null
Field Value
Type | Description |
---|---|
System.String |
MultipartFormDataContentType
Тип содержимого "multipart/form-data".
Declaration
public const string MultipartFormDataContentType = null
Field Value
Type | Description |
---|---|
System.String |
PdfContentType
Тип содержимого 'application/pdf'.
Declaration
public const string PdfContentType = null
Field Value
Type | Description |
---|---|
System.String |
StreamContentType
Тип содержимого "application/octet-stream".
Declaration
public const string StreamContentType = null
Field Value
Type | Description |
---|---|
System.String |
TextContentType
Тип содержимого 'application/text'.
Declaration
public const string TextContentType = null
Field Value
Type | Description |
---|---|
System.String |
TextPlainContentType
Тип содержимого 'text/plain'.
Declaration
public const string TextPlainContentType = null
Field Value
Type | Description |
---|---|
System.String |