Share via


UserInfoRenderHeader Class

UserInfoRenderHeader Class

Contains context-related information used for setting the SOAP header sent with calls to MapPoint Web Service using methods of the RenderServiceSoap object. The UserInfoRenderHeader class defines the locale, language, and unit of measurement in which results are returned. You can override the MapPoint Web Service default values by setting the properties of the UserInfoRenderHeader class.

Public Class UserInfoRenderHeader 
  Inherits [Namespace].UserInfoHeader
    Member of [Namespace]
[C#]
public class UserInfoRenderHeader : [Namespace].UserInfoHeader
    Member of [Namespace]

Public Properties

public propertyContext (inherited from the UserInfoHeader class) Defines the associated country or region context (CountryRegionContext object) of a request.
public propertyCulture (inherited from the UserInfoHeader class) Contains the culture name and/or locale identifier (CultureInfo object) that specifies the language in which MapPoint Web Service should return results.
public propertyDefaultDistanceUnit (inherited from the UserInfoHeader class) Defines the unit of measurement as a DistanceUnit enumeration to use for input or output parameters.

Remarks

See Also

RenderServiceSoap Class | CountryRegionContext Class | CultureInfo Class | DistanceUnit Enumeration