ConnectionMessage.GetTextMessage メソッド

定義

テキスト メッセージペイロードを取得します。 通常、テキスト メッセージのコンテンツ タイプは application/json です。 他のコンテンツ タイプを確認するには、Properties.GetProperty("Content-Type") を使用します。

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

戻り値

テキスト メッセージを含む文字列。

適用対象