Documentation of the CarRentalAgentService

AuthenticationRequest Class

The AuthenticationRequest class is the base class defining a set of information which is common to authentication related operational requests against CarRentalAgentService interface.

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

System.Object
   AuthenticationRequest
      BrokerTicketGrantingTicketRequest
      TicketGrantingTicketRequest
      TicketRequest

public class AuthenticationRequest

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 requests which are involved in the authentication procedure, namely TicketGrantingTicketRequest and TicketRequest, 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

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