ConnectionMessage.GetTextMessage Method

Definition

Gets the text message payload. Typically the text message content-type is application/json. To determine other content-types use Properties.GetProperty("Content-Type").

public string GetTextMessage ();
member this.GetTextMessage : unit -> string
Public Function GetTextMessage () As String

Returns

A string containing the text message.

Applies to