Method UseHttpMessageInterceptor
UseHttpMessageInterceptor(IArcGISHttpConfiguration, IHttpMessageInterceptor)
Sets a HTTP request listener that listens to all HTTP requests made by the Maps SDK.
Declaration
public static IArcGISHttpConfiguration UseHttpMessageInterceptor(this IArcGISHttpConfiguration configuration, IHttpMessageInterceptor interceptor)Parameters
| Type | Name | Description | 
|---|---|---|
| IArcGISHttpConfiguration | configuration | HTTP Configuration | 
| IHttpMessageInterceptor | interceptor | HTTP Request Listener | 
Returns
| Type | Description | 
|---|---|
| IArcGISHttpConfiguration | HTTP Configuration | 
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 | 
| .NET | 200.5 - 200.8 | 
| .NET Windows | 200.5 - 200.8 | 
| .NET Android | 200.5 - 200.8 | 
| .NET iOS | 200.5 - 200.8 | 
| .NET Framework | 200.5 - 200.8 | 
| UWP | 200.5 - 200.8 |