AppDynamics Xamarin SDK  2021.6.0
Real user monitoring for your Xamarin app.
Public Member Functions | Properties | List of all members
AppDynamics.Agent.IHttpRequestTracker Interface Reference

Inherited by AppDynamics.Agent.HTTPRequestTrackerImpl.

Public Member Functions

void ReportDone ()
 Finish and send the HTTP information. More...
 

Properties

Uri Uri [get, set]
 Gets or sets the URL from the HTTP response More...
 
Exception Exception [get, set]
 Gets or sets the exception associated with the request. More...
 
IEnumerable< KeyValuePair< string, IEnumerable< string > > > RequestHeaderFields [get, set]
 Gets or sets the HTTP request header fields. More...
 
int ResponseCode [get, set]
 Gets or sets the response code. More...
 
IEnumerable< KeyValuePair< string, IEnumerable< string > > > ResponseHeaderFields [get, set]
 Gets or sets the HTTP response header fields. More...
 
string StatusLine [get, set]
 Gets or sets the status line from the HTTP response More...
 

Member Function Documentation

§ ReportDone()

void AppDynamics.Agent.IHttpRequestTracker.ReportDone ( )

Finish and send the HTTP information.

Immediately after receiving a response or an error, set the appropriate fields and call this method to report the outcome of the HTTP request.

You should not continue to use this object after calling this method. If you need to track another request, obtain a new instance.

Property Documentation

§ Exception

Exception AppDynamics.Agent.IHttpRequestTracker.Exception
getset

Gets or sets the exception associated with the request.

The exception describing the error

§ RequestHeaderFields

IEnumerable<KeyValuePair<string, IEnumerable<string> > > AppDynamics.Agent.IHttpRequestTracker.RequestHeaderFields
getset

Gets or sets the HTTP request header fields.

The HTTP request header fields.

§ ResponseCode

int AppDynamics.Agent.IHttpRequestTracker.ResponseCode
getset

Gets or sets the response code.

The integer response code from the HTTP response.

§ ResponseHeaderFields

IEnumerable<KeyValuePair<string, IEnumerable<string> > > AppDynamics.Agent.IHttpRequestTracker.ResponseHeaderFields
getset

Gets or sets the HTTP response header fields.

The HTTP response header fields.

§ StatusLine

string AppDynamics.Agent.IHttpRequestTracker.StatusLine
getset

Gets or sets the status line from the HTTP response

The status line.

§ Uri

Uri AppDynamics.Agent.IHttpRequestTracker.Uri
getset

Gets or sets the URL from the HTTP response


The documentation for this interface was generated from the following file: