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.8 | 
| .NET | 200.0 - 200.8 | 
| .NET Windows | 200.0 - 200.8 | 
| .NET Android | 200.3 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 200.0 - 200.8 | 
| UWP | 200.0 - 200.8 |