hunt-net ~master (2022-02-18T10:07:33Z)
Home
Dub
Repo
ConscryptALPNSelector
hunt
net
secure
conscrypt
ConscryptALPNSelector
Undocumented in source.
version(WITH_HUNT_SECURITY)
class
ConscryptALPNSelector :
ProtocolSelector
{
this
(SSLEngine sslEngine, string[] supportedProtocolList);
string
getApplicationProtocol
();
string
[]
getSupportedApplicationProtocols
();
}
Constructors
this
this
(SSLEngine sslEngine, string[] supportedProtocolList)
Undocumented in source.
Members
Functions
getApplicationProtocol
string
getApplicationProtocol
()
Undocumented in source. Be warned that the author may not have intended to support it.
getSupportedApplicationProtocols
string
[]
getSupportedApplicationProtocols
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From ProtocolSelector
getApplicationProtocol
string
getApplicationProtocol
()
Undocumented in source.
getSupportedApplicationProtocols
string
[]
getSupportedApplicationProtocols
()
Undocumented in source.
Meta
Source
See Implementation
hunt
net
secure
conscrypt
ConscryptALPNSelector
classes
ConscryptALPNSelector