IHttpResetFeature.Reset(Int32) Method

Definition

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

public:
 void Reset(int errorCode);
public void Reset (int errorCode);
abstract member Reset : int -> unit
Public Sub Reset (errorCode As Integer)

Parameters

errorCode
Int32

The error code to send in the reset message.

Applies to