Interface IHttpSession
Represents an abstract HTTP session.
Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public interface IHttpSession
Properties
Request
The HTTP request.
Declaration
IHttpRequest Request { get; }
Property Value
| Type | Description |
|---|---|
| IHttpRequest |
Response
The HTTP response.
Declaration
IHttpResponse Response { get; }
Property Value
| Type | Description |
|---|---|
| IHttpResponse |
Server
Gets the server instance that started this session.
Declaration
IHttpServer Server { get; }
Property Value
| Type | Description |
|---|---|
| IHttpServer |