Class HttpResponseEndEventArgs
Provides data for the HttpResponseEnd event.
Inheritance
System.Object
System.EventArgs
HttpResponseEndEventArgs
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Http
Assembly: Esri.ArcGISRuntime.dll
Syntax
[Obsolete("Use Esri.ArcGISRuntime.Http.HttpConfigurationExtensions.UseHttpMessageInterceptor(IHttpMessageInterceptor) during the ArcGISRuntimeEnvironment.Initialize(config) call")]
public sealed class HttpResponseEndEventArgs : EventArgs
Properties
Name | Description |
---|---|
OriginalRequestUri | Gets the System.Uri used for the original HTTP request. |
Response | Gets or sets the HTTP response message. |
Methods
Name | Description |
---|---|
GetDeferral() | Returns a deferral which can be completed when the event is ready to continue. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |