WebSocketMessage IsBinary Property C# API
Gets a value indicating whether this message is a binary message.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public bool IsBinary { get; }
Remarks

Returns true if this is a binary message, or false if this is a text message.
See Also