Back to Devexpress

MapWebRequestEventArgs Members

wpf-devexpress-dot-xpf-dot-map-dot-mapwebrequesteventargs-dot-underscore-members.md

latest3.9 KB
Original Source

MapWebRequestEventArgs Members

Provides data for the MapImageDataProviderBase.WebRequest event.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
AcceptGets or sets the web request’s Accept header.
CredentialsGets or sets authentication information for the map web request.
EncodingGets or sets a character encoding.
HeadersGets or sets a collection of web headers associated with a request or response.
ProxyGets or sets proxy information for the request.
RefererGets or sets the Referer field of the HTTP header.
UriGet the URI of the Internet resource associated with the map web request.
UseDefaultCredentialsGets or sets a value that indicates whether to use the default authentication information for the map web request.
UserAgentGets or sets the value of the user-agent HTTP header.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

MapWebRequestEventArgs Class

DevExpress.Xpf.Map Namespace