TLSContext.sniCallback

The callback used to associcate host names with TLS certificates/contexts.

This property is only used for kind TLSContextKind.serverSNI.

  1. TLSServerNameCallback sniCallback [@property setter]
  2. inout(TLSServerNameCallback) sniCallback [@property getter]
    interface TLSContext
    @safe @property inout
    sniCallback
    ()

Meta