Class HttpConfigurationExtensions
Extension methods for configuring how HTTP requests are made with the ArcGIS Maps SDK for .NET.
Inheritance
Namespace: Esri.ArcGISRuntime.Http
Assembly: Esri.ArcGISRuntime.dll
Syntax
public static class HttpConfigurationExtensions
Methods
Name | Description |
---|---|
Add |
Adds a custom value to the user agent string. |
Add |
Adds a custom value to the user agent string. |
Add |
Adds a custom value and version to the user agent string. |
ConfigureHttp(IArcGISConfiguration, Action<IArcGISHttpConfiguration>) | Configures how the ArcGIS Maps SDK for .NET makes HTTP Web Requests |
Use |
Sets the default referer used by default for all requests going through Arc |
UseHttpMessageHandler<T>(IArcGISHttpConfiguration) | Sets a delegate that will be used to create new instances of System. |
Use |
Sets a HTTP request listener that listens to all HTTP requests made by the Maps SDK. |
Use |
Sets the maximum number of concurrent connections allowed by an System.Net.Http.HttpClient object. |
Use |
Sets the delegate that validates the server certificate during SSL/TLS handshake. |
Use |
Enables or disables the HTTP web request cache. |
Use |
Sets the maximum size of the HTTP cache in bytes. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.0 - 200.6 |
.NET | 200.0 - 200.6 |
.NET Windows | 200.0 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 200.0 - 200.6 |
UWP | 200.0 - 200.6 |