Table of Contents

Property Response

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

Response

Gets the resulted HttpResponse send by the router, if any. This object can be null if the server didn't sent any response to the client.

public HttpResponse? Response { get; }

Property Value

HttpResponse?