ServerStreamWebSocket.Information 属性

定义

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

public:
 property ServerStreamWebSocketInformation ^ Information { ServerStreamWebSocketInformation ^ get(); };
ServerStreamWebSocketInformation Information();
public ServerStreamWebSocketInformation Information { get; }
var serverStreamWebSocketInformation = serverStreamWebSocket.information;
Public ReadOnly Property Information As ServerStreamWebSocketInformation

属性值

ServerStreamWebSocket 对象上的套接字信息。

Windows 要求

应用功能
internetClientServer privateNetworkClientServer

适用于