Class TransmissionStatusEventArgs
- Namespace
- Microsoft.ApplicationInsights.Channel
- Assembly
- Microsoft.ApplicationInsights.dll
public class TransmissionStatusEventArgs : EventArgs
- Inheritance
-
TransmissionStatusEventArgs
- Inherited Members
- Extension Methods
Constructors
TransmissionStatusEventArgs(HttpWebResponseWrapper)
[Obsolete("This constructor is deprecated. Please use a constructor that accepts response and responseDurationInMs instead.", false)]
public TransmissionStatusEventArgs(HttpWebResponseWrapper response)
Parameters
response
HttpWebResponseWrapper
TransmissionStatusEventArgs(HttpWebResponseWrapper, long)
public TransmissionStatusEventArgs(HttpWebResponseWrapper response, long responseDurationInMs)
Parameters
response
HttpWebResponseWrapperresponseDurationInMs
long
Properties
Response
public HttpWebResponseWrapper Response { get; }
Property Value
ResponseDurationInMs
public long ResponseDurationInMs { get; }