IDataServiceHost.RequestAcceptCharSet Property

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

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property RequestAcceptCharSet As String 
    Get
'Usage
Dim instance As IDataServiceHost 
Dim value As String 

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

Property Value

Type: System.String
String representing the value of the Accept-Charset HTTP header.

Remarks

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

See Also

Reference

IDataServiceHost Interface

System.Data.Services Namespace