OpenSSLContext.alpnCallback - multiple declarations
- Function OpenSSLContext.alpnCallback
- Function OpenSSLContext.alpnCallback
Function OpenSSLContext.alpnCallback
Callback function invoked by server to choose alpn
Prototype
void alpnCallback(
string delegate(string[]) alpn_chooser
) @property;
Function OpenSSLContext.alpnCallback
Get the current ALPN callback function
Prototype
string delegate(string[]) alpnCallback() @property const;
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.