Back to Devexpress

ConnectionProtocol Enum

windowsforms-devexpress-dot-xtramap-c4d33e4c.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-winforms

Lists all available connection protocols.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.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-winforms")]
[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-winforms")>
<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.XtraMap Namespace