ServerStreamWebSocket.Information Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient des informations de socket sur un objet ServerStreamWebSocket .
public:
property ServerStreamWebSocketInformation ^ Information { ServerStreamWebSocketInformation ^ get(); };
ServerStreamWebSocketInformation Information();
public ServerStreamWebSocketInformation Information { get; }
var serverStreamWebSocketInformation = serverStreamWebSocket.information;
Public ReadOnly Property Information As ServerStreamWebSocketInformation
Valeur de propriété
Informations de socket sur un objet ServerStreamWebSocket .
Configuration requise pour Windows
Fonctionnalités de l’application |
internetClientServer
privateNetworkClientServer
|