Condividi tramite


Proprietà IDataServiceHost.ResponseContentType

Ottiene il protocollo di trasporto della risposta.

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

Sintassi

'Dichiarazione
Property ResponseContentType As String
    Get
    Set
'Utilizzo
Dim instance As IDataServiceHost
Dim value As String

value = instance.ResponseContentType

instance.ResponseContentType = value
string ResponseContentType { get; set; }
property String^ ResponseContentType {
    String^ get ();
    void set (String^ value);
}
abstract ResponseContentType : string with get, set
function get ResponseContentType () : String
function set ResponseContentType (value : String)

Valore proprietà

Tipo: System.String
Valore stringa contenente il tipo di contenuto.

Esempi

Per ulteriori informazioni sulle proprietà supportate da IDataServiceHost e il relativo utilizzo, vedere Client dati (WCF Data Services).

Vedere anche

Riferimento

IDataServiceHost Interfaccia

Spazio dei nomi System.Data.Services