共用方式為


MessageWebSocket.Information 屬性

定義

取得 MessageWebSocket 物件的通訊端資訊。

public:
 property MessageWebSocketInformation ^ Information { MessageWebSocketInformation ^ get(); };
MessageWebSocketInformation Information();
public MessageWebSocketInformation Information { get; }
var messageWebSocketInformation = messageWebSocket.information;
Public ReadOnly Property Information As MessageWebSocketInformation

屬性值

MessageWebSocket物件的通訊端資訊。

適用於

另請參閱