ServerMessageWebSocket.Information プロパティ

定義

ServerMessageWebSocket オブジェクトのソケット情報を取得します。

public:
 property ServerMessageWebSocketInformation ^ Information { ServerMessageWebSocketInformation ^ get(); };
ServerMessageWebSocketInformation Information();
public ServerMessageWebSocketInformation Information { get; }
var serverMessageWebSocketInformation = serverMessageWebSocket.information;
Public ReadOnly Property Information As ServerMessageWebSocketInformation

プロパティ値

ServerMessageWebSocket オブジェクトのソケット情報。

Windows の要件

アプリの機能
internetClientServer privateNetworkClientServer

適用対象