Back to Devexpress

ConnectionProtocol Enum

wpf-devexpress-dot-xpf-dot-map-383dfaa5.md

latest2.0 KB
Original Source

ConnectionProtocol Enum

OBSOLETE

This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf

Lists all available connection protocols.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
[Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")]
[PreferableMember("ConnectionProtocol", "", "")]
public enum ConnectionProtocol
vb
<Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")>
<PreferableMember("ConnectionProtocol", "", "")>
Public Enum ConnectionProtocol

Members

NameDescription
Http

The HTTP protocol.

| | Https |

The HTTPS protocol.

|

The following properties accept/return ConnectionProtocol values:

Remarks

The BingMapDataProvider.ConnectionProtocol and BingMapDataProviderBase.ConnectionProtocol properties use this enumeration’s values.

See Also

DevExpress.Xpf.Map Namespace