Table of Contents

Class HttpWebResponseWrapper

Namespace
Microsoft.ApplicationInsights.Extensibility.Implementation
Assembly
Microsoft.ApplicationInsights.dll
public class HttpWebResponseWrapper
Inheritance
HttpWebResponseWrapper
Inherited Members
Extension Methods

Constructors

HttpWebResponseWrapper()

public HttpWebResponseWrapper()

Properties

Content

public string Content { get; set; }

Property Value

string

RetryAfterHeader

public string RetryAfterHeader { get; set; }

Property Value

string

StatusCode

public int StatusCode { get; set; }

Property Value

int

StatusDescription

public string StatusDescription { get; set; }

Property Value

string