Function OpenSSLContext.sniCallback
The callback
used to associcate host names with TLS certificates/contexts.
This property is only used for kind
TLSContextKind.serverSNI.
Prototypes
void sniCallback(
TLSContext delegate(string) callback
) @property;
inout TLSContext delegate(string) inout sniCallback() @property;
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.