Condividi tramite


Proprietà IDataServiceHost.RequestContentType

Ottiene il protocollo di trasporto specificato dall'intestazione del tipo di contenuto.

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

Sintassi

'Dichiarazione
ReadOnly Property RequestContentType As String
    Get
'Utilizzo
Dim instance As IDataServiceHost
Dim value As String

value = instance.RequestContentType
string RequestContentType { get; }
property String^ RequestContentType {
    String^ get ();
}
abstract RequestContentType : string
function get RequestContentType () : String

Valore proprietà

Tipo: System.String
Valore di stringa che indica il tipo di contenuto.

Osservazioni

Protocolli supportati attualmente da WCF Data Services includono JSON e AtomPub.

Vedere anche

Riferimento

IDataServiceHost Interfaccia

Spazio dei nomi System.Data.Services