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.5.77 (1.0.0.0)
Syntax

public Encoding CharEncoding { get; set; }
Remarks

Defaults to UTF-8.
See Also