OutgoingWebRequestContext.IfNoneMatch Property

Definition

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

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

Property Value

The IfNoneMatch header from the outgoing Web request.

Applies to