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]
    interface TLSContext
    @safe @property
    void
    sniCallback
  2. inout(TLSServerNameCallback) sniCallback [@property getter]

Meta