StreamWebSocket.Information 属性

定义

获取 StreamWebSocket 对象上的套接字信息。

public:
 property StreamWebSocketInformation ^ Information { StreamWebSocketInformation ^ get(); };
StreamWebSocketInformation Information();
public StreamWebSocketInformation Information { get; }
var streamWebSocketInformation = streamWebSocket.information;
Public ReadOnly Property Information As StreamWebSocketInformation

属性值

StreamWebSocket 对象上的套接字信息。

适用于