OutgoingWebRequestContext.IfModifiedSince Property

Definition

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

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

Property Value

The IfModifiedSince header from the outgoing Web request.

Applies to