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 オブジェクトのソケット情報。

適用対象

こちらもご覧ください