IHttpExtendedConnectFeature Interfaccia

Definizione

Usato con protocolli che richiedono l'handshake Extended CONNECT, ad esempio HTTP/2 WebSockets e WebTransport. https://www.rfc-editor.org/rfc/rfc8441#section-4

public interface IHttpExtendedConnectFeature
type IHttpExtendedConnectFeature = interface
Public Interface IHttpExtendedConnectFeature

Proprietà

IsExtendedConnect

Indica se la richiesta corrente è una richiesta Extended CONNECT che può essere passata a una connessione opaca tramite AcceptAsync.

Protocol

Intestazione :protocol inclusa nella richiesta.

Metodi

AcceptAsync()

Inviare le intestazioni di risposta con un codice di stato 200 e passare allo streaming opaco.

Si applica a