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
Constructors
Declaration
new: request:IXRoadRequest * header:AbstractXRoadHeader * requestId:string * serviceCode:string * serviceVersion:string -> RequestReadyEventArgs
Parameters
Returns
Properties
Declaration
property Header: AbstractXRoadHeader with get
Property Value
property Request: IXRoadRequest
Declaration
property Request: IXRoadRequest with get
Property Value
property RequestId: string
Declaration
property RequestId: string with get
Property Value
property ServiceCode: string
Declaration
property ServiceCode: string with get
Property Value
property ServiceVersion: string
Declaration
property ServiceVersion: string with get
Property Value