Table of Contents

Method Close

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

Close()

Closes this HTTP request and their connection with the remote client without sending any response.

[Obsolete("This method is now obsolete and will be removed in next Sisk versions. Please, use HttpResponse.Refuse() instead.")]
public HttpResponse Close()

Returns

HttpResponse

Remarks

This method is now obsolete and will be removed in next Sisk versions. Please, use Refuse() instead.