C-DEngine 5.105

HttpListenerResponse..::..ContentEncoding Property

Gets or sets the encoding for the entity body data included in the response.

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

Syntax


public Encoding ContentEncoding { get; set; }
Public Property ContentEncoding As Encoding
	Get
	Set
public:
property Encoding^ ContentEncoding {
	Encoding^ get ();
	void set (Encoding^ value);
}

Field Value

A Encoding that represents the encoding for the entity body data, or nullNothingnullptra null reference (Nothing in Visual Basic) if no encoding is specified.

Exceptions


ExceptionCondition
ObjectDisposedException This object is closed.