次の方法で共有


IDataServiceHost.RequestIfNoneMatch プロパティ

定義

現在の要求の If-None-Match ヘッダーの値を取得します。

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

プロパティ値

現在の要求の If-None-Match ヘッダーの文字列値。

適用対象