다음을 통해 공유


OutgoingWebRequestContext.IfMatch 속성

정의

보내는 웹 요청의 IfMatch 헤더 값을 가져오거나 설정합니다.

public:
 property System::String ^ IfMatch { System::String ^ get(); void set(System::String ^ value); };
public string IfMatch { get; set; }
member this.IfMatch : string with get, set
Public Property IfMatch As String

속성 값

String

보내는 웹 요청의 IfMatch 헤더입니다.

적용 대상