次の方法で共有


RequestHeaders.IfMatch プロパティ

定義

HTTP 要求のヘッダーを If-Match 取得または設定します。

public:
 property System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ IfMatch { System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue> IfMatch { get; set; }
member this.IfMatch : System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue> with get, set
Public Property IfMatch As IList(Of EntityTagHeaderValue)

プロパティ値

適用対象