OutgoingWebRequestContext.IfUnmodifiedSince Property

Definition

Gets or sets the IfUnmodifiedSince header value from the outgoing Web request.

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

Property Value

The IfUnmodifiedSince header from the outgoing Web request.

Applies to