RequestBase Class

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains the base properties for making a service request. The request classes of all of the services derive from the RequestBase class.

Syntax

public class RequestBase
Public Class RequestBase

Constructor

Name

Description

RequestBase

Initializes a new instance of a RequestBase object.

Public Properties

Name

Description

Credentials

A Credentials Class object that identifies the requestor. Required.

Culture

A string specifying the culture in which to return results. Optional. The default value is "en-US".

ExecutionOptions

An ExecutionOptions Class object specifying calculation and return options of the request. Optional.

UserProfile

A UserProfile Class object containing user information helpful in service calculations. Optional.

See Also

ResponseBase Class