Click or drag to resize
WebClientInformation Class
This class contains information about a client of a web service.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebClientInformation

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebClientInformation : WebData

The WebClientInformation type exposes the following members.

Constructors
  NameDescription
Public methodWebClientInformation
Initializes a new instance of the WebClientInformation class
Top
Properties
  NameDescription
Public propertyLocale
Current locale specified by user. This locale is used when information that is language handled are retrieved from a web service.
Public propertyRole
Property Role is used to inform web service in which role the user is making the web service call. The sum of user rights are used if no role is specified.
Public propertyToken
Security token that was returned in WebLoginResponse when the user logged in to the web service. The web service call will fail if this token is not provided.
Top
See Also