WebSocketMessage
CharEncoding Property
C# API
Gets or sets the encoding to use to decode text in this message.
Namespace:
Facilita.Web
Assembly:
clrWebBrowser
(in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
Encoding
CharEncoding
{
get
;
set
; }
public Encoding CharEncoding { get; set; }
Remarks
Defaults to UTF-8.
See Also
WebSocketMessage Class
WebSocketMessage Members
Facilita.Web Namespace
WebSocketMessage
RawData
WebSocketMessage
Text
WebSocketMessage
IsBinary