Show / Hide Table of Contents

Class RequestReadyEventArgs

Inheritance
System.Object
System.EventArgs
RequestReadyEventArgs
Namespace: XRoad
Assembly: XRoadProvider.dll
Syntax
type RequestReadyEventArgs (request:IXRoadRequest, header:AbstractXRoadHeader, requestId:string, serviceCode:string, serviceVersion:string)
    inherit EventArgs
Parameters
Type Name Description
IXRoadRequest request
AbstractXRoadHeader header
string requestId
string serviceCode
string serviceVersion

Constructors

new: IXRoadRequest * AbstractXRoadHeader * string * string * string -> RequestReadyEventArgs

Implicit constructor.

Declaration
new: request:IXRoadRequest * header:AbstractXRoadHeader * requestId:string * serviceCode:string * serviceVersion:string -> RequestReadyEventArgs
Parameters
Type Name Description
IXRoadRequest request
AbstractXRoadHeader header
string requestId
string serviceCode
string serviceVersion
Returns
Type Description
RequestReadyEventArgs

Properties

property Header: AbstractXRoadHeader

Declaration
property Header: AbstractXRoadHeader with get
Property Value
Type Description
AbstractXRoadHeader

property Request: IXRoadRequest

Declaration
property Request: IXRoadRequest with get
Property Value
Type Description
IXRoadRequest

property RequestId: string

Declaration
property RequestId: string with get
Property Value
Type Description
string

property ServiceCode: string

Declaration
property ServiceCode: string with get
Property Value
Type Description
string

property ServiceVersion: string

Declaration
property ServiceVersion: string with get
Property Value
Type Description
string
Back to top Generated by DocFX