Click or drag to resize

GetSSOEnabledOutReport Property

The report structure helps to provide diagnostics information about the service just requested

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public Report Report { get; set; }

Property Value

Report

Implements

IServiceOutReport
Remarks
The Report structure is used with every outbound service request. It provides diagnostics information that will help to present information about service operation.

Example
JavaScript
{
"Report": {
    "ProcessTime": "32.0550899",
    "RequestTime": "/Date(1423181232901-0700)/",
    "ResponseTime": "/Date(1423181932957-0700)/",
    "Results": 5123
},
...
See Also