IDataServiceHost.RequestIfNoneMatch Property

Definition

Gets the value for the If-None-Match header on the current request.

public:
 property System::String ^ RequestIfNoneMatch { System::String ^ get(); };
public string RequestIfNoneMatch { get; }
member this.RequestIfNoneMatch : string
Public ReadOnly Property RequestIfNoneMatch As String

Property Value

String value for the If-None-Match header on the current request.

Applies to