Skip to main content

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.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

[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

Name Description
Http

The HTTP protocol.

Https

The HTTPS protocol.

Related API Members

The following properties accept/return ConnectionProtocol values:

Remarks

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

See Also