The PASI.DataContract .NET namespace contains all PASI data contracts exposed through the PASI core services.
On each response from PASI core the following four SOAP headers are injected into the the response:
On each response from PASI core the following four SOAP headers are injected into the the response:
CoreMessageID | GUID - An unique ID |
CoreServerName | String - The name of the server which performed the web service request |
CoreProcessID | Integer - The processor which processed the web service request |
CoreResponseTimeMilliseconds | Integer - The Core response time in milliseconds for the web service request |
Classes
Class | Description | |
---|---|---|
ExtendedInfo |
A named element containing a list of associated name/value pairs
| |
ExtendedInfoList |
The ExtendedInfoList class encapsulates a generic list of type ExtendedInfo.
This allows for the ExtendedInfoList to be the root element during XML serialization
meaning it can be serialized independently of it's parent object.
| |
KeyValuePair |
An object representing a key/value pair attribute, expressed as strings
|