Show / Hide Table of Contents

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 Source

FileBufferSize

Размер буфера для передачи файлов (4 Мб).

Declaration
public const int FileBufferSize = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

FormUrlencodedContentType

Тип содержимого "application/x-www-form-urlencoded".

Declaration
public const string FormUrlencodedContentType = null
Field Value
Type Description
System.String
| Improve this Doc View Source

HtmlContentType

Тип содержимого 'text/html'.

Declaration
public const string HtmlContentType = null
Field Value
Type Description
System.String
| Improve this Doc View Source

JsonContentType

Тип содержимого 'application/json'.

Declaration
public const string JsonContentType = null
Field Value
Type Description
System.String
| Improve this Doc View Source

MultipartFormDataContentType

Тип содержимого "multipart/form-data".

Declaration
public const string MultipartFormDataContentType = null
Field Value
Type Description
System.String
| Improve this Doc View Source

PdfContentType

Тип содержимого 'application/pdf'.

Declaration
public const string PdfContentType = null
Field Value
Type Description
System.String
| Improve this Doc View Source

StreamContentType

Тип содержимого "application/octet-stream".

Declaration
public const string StreamContentType = null
Field Value
Type Description
System.String
| Improve this Doc View Source

TextContentType

Тип содержимого 'application/text'.

Declaration
public const string TextContentType = null
Field Value
Type Description
System.String
| Improve this Doc View Source

TextPlainContentType

Тип содержимого 'text/plain'.

Declaration
public const string TextPlainContentType = null
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.