HttpHeader.Common クラス

定義

一般的に定義されたヘッダー値。

public static class HttpHeader.Common
type HttpHeader.Common = class
Public Class HttpHeader.Common
継承
HttpHeader.Common

フィールド

FormUrlEncodedContentType

"ContentType" という名前のヘッダーと値 "application/x-www-form-urlencoded" を返します。

JsonAccept

"Accept" という名前のヘッダーと値 "application/json" を返します。

JsonContentType

"ContentType" という名前のヘッダーと値 "application/json" を返します。

OctetStreamContentType

"ContentType" という名前のヘッダーと値 "application/octet-stream" を返します。

適用対象