SocketMessageType Énumération
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.
Spécifie le type d’un message pour un objet MessageWebSocket .
public enum class SocketMessageType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SocketMessageType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SocketMessageType
var value = Windows.Networking.Sockets.SocketMessageType.binary
Public Enum SocketMessageType
- Héritage
-
SocketMessageType
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
ID_CAP_NETWORKING [Windows Phone]
|
Champs
Binary | 0 | Le type de message est binaire. |
Utf8 | 1 | Le type de message est texte UTF-8. |