IHttpResetFeature Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.  |