C-DEngine 5.105

HttpListenerRequest..::..ContentEncoding Property

Gets the encoding for the entity body data included in the request.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Encoding ContentEncoding { get; }
Public ReadOnly Property ContentEncoding As Encoding
	Get
public:
property Encoding^ ContentEncoding {
	Encoding^ get ();
}

Field Value

A Encoding that represents the encoding for the entity body data, or Default if the request didn't include the information about the encoding.