wpf-devexpress-dot-xpf-dot-map-383dfaa5.md
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
[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
<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
| Name | Description |
|---|---|
Http |
The HTTP protocol.
|
| Https |
The HTTPS protocol.
|
The following properties accept/return ConnectionProtocol values:
The BingMapDataProvider.ConnectionProtocol and BingMapDataProviderBase.ConnectionProtocol properties use this enumeration’s values.
See Also