IDataServiceHost.RequestIfNoneMatch Property
Gets the value for the If-None-Match header on the current request.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property RequestIfNoneMatch As String
Get
'Usage
Dim instance As IDataServiceHost
Dim value As String
value = instance.RequestIfNoneMatch
string RequestIfNoneMatch { get; }
property String^ RequestIfNoneMatch {
String^ get ();
}
abstract RequestIfNoneMatch : string
function get RequestIfNoneMatch () : String
Property Value
Type: System.String
String value for the If-None-Match header on the current request.