XRoadLib


XRoadContext

Namespace: XRoadLib.Extensions.AspNet

X-Road context of classical ASP.NET applications.

Constructors

ConstructorDescription
new(httpContext)
Signature: httpContext:HttpContext -> unit

Initialize new X-Road context instance.

Instance members

Instance memberDescription
Exception()
Signature: unit -> unit

Exception that occured while handling service request.

HttpContext
Signature: HttpContext

HTTP context this X-Road context is bound to.

Parameters()
Signature: unit -> unit

Deserialized request parameters.

Request
Signature: XRoadMessage

X-Road request message.

Response
Signature: XRoadMessage

X-Road response message.

Result()
Signature: unit -> unit

Result of the X-Road service request.

ServiceMap()
Signature: unit -> unit

ServiceMap which maps to operation of the message.

Fork me on GitHub