IDataServiceHost.RequestAcceptCharSet プロパティ

定義

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

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

プロパティ値

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

注釈

要求に Accept-Charset ヘッダーがない場合は null を返します。

適用対象