IHttpResetFeature Interface

Definition

Used to send reset messages for protocols that support them such as HTTP/2 or HTTP/3.

public interface class IHttpResetFeature
public interface IHttpResetFeature
type IHttpResetFeature = interface
Public Interface IHttpResetFeature

Methods

Reset(Int32)

Send a reset message with the given error code. The request will be considered aborted.

Applies to