次の方法で共有


IDataServiceHost.RequestAcceptCharSet プロパティ

定義

HTTP ヘッダーの値を表す文字列を Accept-Charset 取得します。

public:
 property System::String ^ RequestAcceptCharSet { System::String ^ get(); };
public string RequestAcceptCharSet { get; }
member this.RequestAcceptCharSet : string
Public ReadOnly Property RequestAcceptCharSet As String

プロパティ値

HTTP ヘッダーの値を Accept-Charset 表す文字列。

注釈

Accept-Charset ヘッダーが要求に存在する場合、null を返します。

適用対象