Table of Contents

Interface IWebResponseData

Namespace
Amazon.Runtime.Internal.Transform
Assembly
AWSSDK.Core.dll
public interface IWebResponseData

Properties

ContentLength

long ContentLength { get; }

Property Value

long

ContentType

string ContentType { get; }

Property Value

string

IsSuccessStatusCode

bool IsSuccessStatusCode { get; }

Property Value

bool

ResponseBody

IHttpResponseBody ResponseBody { get; }

Property Value

IHttpResponseBody

StatusCode

HttpStatusCode StatusCode { get; }

Property Value

HttpStatusCode

Methods

GetHeaderNames()

string[] GetHeaderNames()

Returns

string[]

GetHeaderValue(string)

string GetHeaderValue(string headerName)

Parameters

headerName string

Returns

string

IsHeaderPresent(string)

bool IsHeaderPresent(string headerName)

Parameters

headerName string

Returns

bool