IHttpResetFeature 接口

定义

用于为支持它们的协议(如 HTTP/2 或 HTTP/3)发送重置消息。

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

方法

Reset(Int32)

使用给定的错误代码发送重置消息。 请求将被视为已中止。

适用于