TlsConnectionCallbackOptions.ApplicationProtocols 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 une liste de protocoles ALPN.
public System.Collections.Generic.List<System.Net.Security.SslApplicationProtocol> ApplicationProtocols { get; set; }
member this.ApplicationProtocols : System.Collections.Generic.List<System.Net.Security.SslApplicationProtocol> with get, set
Public Property ApplicationProtocols As List(Of SslApplicationProtocol)