Function TLSContext.sniCallback
The callback used to associcate host names with TLS certificates/contexts.
abstract void sniCallback
(
@safe TLSContext delegate(string) callback
) @property @safe;
abstract inout @safe TLSContext delegate(string) inout sniCallback() @property @safe;
This property is only used for kind TLSContextKind
.