The Response class is the base class defining a set of information which is common to all operational responses from CarRentalAgentService interface.
For a list of all members of this type, see Response Members.
System.Object
Response
Derived types
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This type supports the CarRentalAgentService interface infrastructure and is not intended to be used directly from your code.
All operations of CarRentalAgentService interface return their results using a specific, operation-dependent object of this class. Such operation-specific response is a class deriving from this base class.
For all responses, the operational meta-data, the service ticket as well as the operational status is returned back along with operation-specific results.
Properties which are returned by any response are marked with the ResponsePropertyVisibleAttribute, which means that the marked property is updated or filled by the CarRentalAgentService. You should read and process the values of those properties after calling any operation. In contrast, any properties marked with the ResponsePropertyHiddenAttribute are not available for any consumers using the CarRentalAgentService interface.
NoteProperties marked with ResponsePropertyHiddenAttribute will not be available to your client implementation. These properties won't be serialized to the XML/SOAP response.
Namespace: SunnyCars.Schema.Osi.WsReservation.V4
Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)
Response Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Request