Table of Contents

Method Abort

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

Abort()

Immediately closes the connection with the client and does not send any response.

public HttpResponse Abort()

Returns

HttpResponse

Remarks

This method returns an HttpResponse indicated to exit outside the scope of the request context. However, when calling this method, the connection is interrupted instantly.