ExtendedWebSocketAcceptContext.SubProtocol 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 ou définit le sous-protocole en cours de négociation.
public:
virtual property System::String ^ SubProtocol { System::String ^ get(); void set(System::String ^ value); };
public override string SubProtocol { get; set; }
public override string? SubProtocol { get; set; }
member this.SubProtocol : string with get, set
Public Overrides Property SubProtocol As String