Table of Contents

Class HttpClientResponseData

Namespace
Amazon.Runtime.Internal.Transform
Assembly
AWSSDK.Core.dll
public class HttpClientResponseData : IWebResponseData
Inheritance
HttpClientResponseData
Implements
Inherited Members

Properties

ContentLength

public long ContentLength { get; }

Property Value

long

ContentType

public string ContentType { get; }

Property Value

string

IsSuccessStatusCode

public bool IsSuccessStatusCode { get; }

Property Value

bool

ResponseBody

public IHttpResponseBody ResponseBody { get; }

Property Value

IHttpResponseBody

StatusCode

public HttpStatusCode StatusCode { get; }

Property Value

HttpStatusCode

Methods

GetHeaderNames()

public string[] GetHeaderNames()

Returns

string[]

GetHeaderValue(string)

public string GetHeaderValue(string headerName)

Parameters

headerName string

Returns

string

IsHeaderPresent(string)

public bool IsHeaderPresent(string headerName)

Parameters

headerName string

Returns

bool