Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « SSLSocket » Python 3.11.3

Méthode ssl.SSLSocket.selected_npn_protocol

Signature de la méthode selected_npn_protocol

def selected_npn_protocol(self) 

Description

help(SSLSocket.selected_npn_protocol)

Return the currently selected NPN protocol as a string, or ``None``
        if a next protocol was not negotiated or if NPN is not supported by one
        of the peers.