IDataServiceHost.RequestContentType Eigenschap

Definitie

Hiermee haalt u het transportprotocol op dat is opgegeven door de header van het inhoudstype.

public:
 property System::String ^ RequestContentType { System::String ^ get(); };
public string RequestContentType { get; }
member this.RequestContentType : string
Public ReadOnly Property RequestContentType As String

Waarde van eigenschap

Tekenreekswaarde die het inhoudstype aangeeft.

Opmerkingen

Protocollen die momenteel worden ondersteund door WCF Data Services zijn JSON en AtomPub.

Van toepassing op