Table of Contents

Method CreateEmptyResponse

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

CreateEmptyResponse()

Creates an HttpResponse object which closes the connection with the client immediately (ECONNRESET).

[Obsolete("This method should be avoided and will be removed in next Sisk versions.")]
public static HttpResponse CreateEmptyResponse()

Returns

HttpResponse

Remarks

This method is obsolete and replaced by Refuse().