Skip to main content
A newer version of this page is available. .

ConnectionProtocol Enum

Lists all available connection protocols.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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