Click or drag to resize

ClientDTO Class

OFV Kjøretøydata service

Client object.

Holds information of current client - used for logging.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.LoginClientDTO

Namespace:  OfvService.DTO.Login
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ClientDTO

The ClientDTO type exposes the following members.

Constructors
  NameDescription
Public methodClientDTO
Initializes a new instance of the ClientDTO class
Top
Properties
  NameDescription
Public propertybrowserUsed
Gets or sets the browser used.
Public propertyipAddressUsed
Gets or sets the ip address used.
Public propertywebHeaders
Gets or sets the web headers.
Top
See Also