windowsforms-devexpress-dot-xtramap-c4d33e4c.md
This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-winforms
Lists all available connection protocols.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
[Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-winforms")]
[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-winforms")>
<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