你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectionMessage.GetTextMessage 方法

定义

获取文本消息有效负载。 通常,文本消息内容类型为 application/json。 若要确定其他内容类型,请使用 Properties.GetProperty (“Content-Type”) 。

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

返回

包含文本消息的字符串。

适用于