Condividi tramite


Proprietà IDataServiceHost.RequestIfNoneMatch

Ottiene il valore per l'intestazione If-None-Match sulla richiesta corrente.

Spazio dei nomi  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
ReadOnly Property RequestIfNoneMatch As String
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
Valore stringa per l'intestazione If-None-Match sulla richiesta corrente.

Vedere anche

Riferimento

IDataServiceHost Interfaccia

Spazio dei nomi System.Data.Services