Click or drag to resize

HttpListenerRequestContentEncoding Property

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

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Encoding ContentEncoding { get; }

Property Value

Type: Encoding

A Encoding converted from the charset value of the Content-Type header.

UTF8 if the charset value is not available.

See Also