WebSocketMessage
Text Property
C# API
Get the contents of the 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
string
Text
{
get
; }
public string Text { get; }
Remarks
Gets the contents of the message by decoding the
RawData
using the current
CharEncoding
.
See Also
WebSocketMessage Class
WebSocketMessage Members
Facilita.Web Namespace
WebSocketMessage
RawData
WebSocketMessage
CharEncoding
WebSocketMessage
IsBinary