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

適用対象