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物件的通訊端資訊。

適用於