IHttpResetFeature.Reset(Int32) Method
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.
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.