Back to Devexpress

BingMapDataProviderBase.ConnectionProtocol Property

windowsforms-devexpress-dot-xtramap-dot-bingmapdataproviderbase-74644761.md

latest1.5 KB
Original Source

BingMapDataProviderBase.ConnectionProtocol Property

Gets or sets the value indicating the transfer protocol that the data provider uses to request data.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(ConnectionProtocol.Http)]
public ConnectionProtocol ConnectionProtocol { get; set; }
vb
<DefaultValue(ConnectionProtocol.Http)>
Public Property ConnectionProtocol As ConnectionProtocol

Property Value

TypeDefaultDescription
ConnectionProtocolHttp

The value indicating the transfer protocol that the data provider uses to request data.

|

Available values:

NameDescription
Http

The HTTP protocol.

| | Https |

The HTTPS protocol.

|

See Also

BingMapDataProviderBase Class

BingMapDataProviderBase Members

DevExpress.XtraMap Namespace