Show / Hide Table of Contents

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
Type Name Description
IXRoadResponse response
AbstractXRoadHeader header
string requestId
string serviceCode
string serviceVersion

Constructors

new: IXRoadResponse * AbstractXRoadHeader * string * string * string -> ResponseReadyEventArgs

Implicit constructor.

Declaration
new: response:IXRoadResponse * header:AbstractXRoadHeader * requestId:string * serviceCode:string * serviceVersion:string -> ResponseReadyEventArgs
Parameters
Type Name Description
IXRoadResponse response
AbstractXRoadHeader header
string requestId
string serviceCode
string serviceVersion
Returns
Type Description
ResponseReadyEventArgs

Properties

property Header: AbstractXRoadHeader

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

property RequestId: string

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

property Response: IXRoadResponse

Declaration
property Response: IXRoadResponse with get
Property Value
Type Description
IXRoadResponse

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