XRoadLib


XRoadRequestEventArgs

Namespace: XRoadLib.Events

Wraps WebRequest object to be used in event handler.

Constructors

ConstructorDescription
new(message)
Signature: message:XRoadMessage -> unit

Initialize event argument class.

Instance members

Instance memberDescription
Message
Signature: XRoadMessage

X-Road message object that is about to be serialized to WebRequest.

Fork me on GitHub