Documentation of the CarRentalAgentService

AuthenticationResponse Class

The AuthenticationResponse class is the base class defining a set of information which is common to authnetication related operational responses from CarRentalAgentService interface.

For a list of all members of this type, see AuthenticationResponse Members.

System.Object
   AuthenticationResponse
      TicketGrantingTicketResponse
      TicketResponse

public class AuthenticationResponse

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This type supports the CarRentalAgentService interface infrastructure and is not intended to be used directly from your code.

All responses which are involved in the authentication procedure, namely TicketGrantingTicketResponse and TicketResponse, inherit from this base class.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

AuthenticationResponse Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | AuthenticationRequest | TicketGrantingTicketResponse | TicketGrantingTicketRequest | TicketGrantingTicket