Table of Contents

Class IntegrationResponse

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class IntegrationResponse
Inheritance
IntegrationResponse
Inherited Members
Extension Methods

Constructors

IntegrationResponse(HttpResponseMessage, string)

public IntegrationResponse(HttpResponseMessage response, string content)

Parameters

response HttpResponseMessage
content string

IntegrationResponse(HttpWebResponse, string)

public IntegrationResponse(HttpWebResponse response, string content)

Parameters

response HttpWebResponse
content string

Properties

Content

public string Content { get; }

Property Value

string

ContentType

public string ContentType { get; }

Property Value

string

Headers

public WebHeaderCollection Headers { get; }

Property Value

WebHeaderCollection

StatusCode

public HttpStatusCode StatusCode { get; }

Property Value

HttpStatusCode

StatusDescription

public string StatusDescription { get; }

Property Value

string

Methods

ConvertToWebHeaderCollection(HttpResponseHeaders)

public static WebHeaderCollection ConvertToWebHeaderCollection(HttpResponseHeaders responseHeaders)

Parameters

responseHeaders HttpResponseHeaders

Returns

WebHeaderCollection