IDataServiceHost.RequestAcceptCharSet Property

Definition

Gets a string representing the value of the Accept-Charset HTTP header.

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

Property Value

String representing the value of the Accept-Charset HTTP header.

Remarks

Returns null if no Accept-Charset header is present on the request.

Applies to