Class ResponseReadyEventArgs
Inheritance
System.Object
System.EventArgs
ResponseReadyEventArgs
Namespace: XRoad
Assembly: XRoadProvider.dll
Syntax
type ResponseReadyEventArgs (response:IXRoadResponse, header:AbstractXRoadHeader, requestId:string, serviceCode:string, serviceVersion:string)
inherit EventArgs
Parameters
Constructors
Declaration
new: response:IXRoadResponse * header:AbstractXRoadHeader * requestId:string * serviceCode:string * serviceVersion:string -> ResponseReadyEventArgs
Parameters
Returns
Properties
Declaration
property Header: AbstractXRoadHeader with get
Property Value
property RequestId: string
Declaration
property RequestId: string with get
Property Value
property Response: IXRoadResponse
Declaration
property Response: IXRoadResponse 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