ConnectionMessage.IsTextMessage Method

Definition

Checks to see if the ConnectionMessage is a text message. See also IsBinaryMessage().

public bool IsTextMessage ();
member this.IsTextMessage : unit -> bool
Public Function IsTextMessage () As Boolean

Returns

A bool indicating if the message payload is text.

Applies to