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 对象上的套接字信息。

适用于

另请参阅