IDataServiceHost.ResponseContentType Propiedad

Definición

Obtiene el protocolo de transporte de la respuesta.

public:
 property System::String ^ ResponseContentType { System::String ^ get(); void set(System::String ^ value); };
public string ResponseContentType { get; set; }
member this.ResponseContentType : string with get, set
Public Property ResponseContentType As String

Valor de propiedad

Valor de cadena que contiene el tipo de contenido.

Ejemplos

Para obtener más información sobre las propiedades admitidas por IDataServiceHost y su uso, vea WCF Data Services Biblioteca cliente.

Se aplica a