Back to Devexpress

BingMapDataProviderBase.ConnectionProtocol Property

wpf-devexpress-dot-xpf-dot-map-dot-bingmapdataproviderbase-97644b33.md

latest1.4 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.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public ConnectionProtocol ConnectionProtocol { get; set; }
vb
Public Property ConnectionProtocol As ConnectionProtocol

Property Value

TypeDescription
ConnectionProtocol

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.Xpf.Map Namespace