Method ConfigureHttp
ConfigureHttp(IArcGISConfiguration, Action<IArcGISHttpConfiguration>)
Configures how the ArcGIS Maps SDK for .NET makes HTTP Web Requests
Declaration
public static IArcGISConfiguration ConfigureHttp(this IArcGISConfiguration configuration, Action<IArcGISHttpConfiguration> configureHttp)
Parameters
Type | Name | Description |
---|---|---|
IArcGISConfiguration | configuration | ArcGIS Configuration. |
System.Action<IArcGISHttpConfiguration> | configureHttp | HTTP configuration delegate. |
Returns
Type | Description |
---|---|
IArcGISConfiguration | ArcGIS Configuration |
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.0 - 200.5 |
.NET | 200.0 - 200.5 |
.NET Windows | 200.0 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 200.0 - 200.5 |
UWP | 200.0 - 200.5 |