HttpListenerResponseContentEncoding Property |
Gets or sets the encoding for the entity body data included in the response.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public Encoding ContentEncoding { get; set; }
Property Value
Type:
Encoding
A
Encoding that represents the encoding for the entity body data,
or
if no encoding is specified.
Exceptions Exception | Condition |
---|
ObjectDisposedException |
This object is closed.
|
See Also