Show / Hide Table of Contents

Class HttpResponseEndEventArgs

Provides data for the HttpResponseEnd event.

Inheritance
System.Object
System.EventArgs
HttpResponseEndEventArgs
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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

TargetVersions
.NET Standard 2.0100.10 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.10 - 200.8
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 200.8
In This Article
Back to top Copyright © 2022 Esri.