다음을 통해 공유


OutgoingWebRequestContext.IfUnmodifiedSince 속성

정의

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

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

속성 값

String

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

적용 대상