C# Class Amazon.Runtime.Internal.Transform.HttpClientResponseData

Inheritance: IWebResponseData
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
GetHeaderNames ( ) : string[]
GetHeaderValue ( string headerName ) : string
IsHeaderPresent ( string headerName ) : bool

Private Methods

Method Description
CopyHeaderValues ( HttpResponseMessage response ) : void
GetFirstHeaderValue ( HttpHeaders headers, string key ) : string
HttpClientResponseData ( HttpResponseMessage response ) : System
HttpClientResponseData ( HttpResponseMessage response, HttpClient httpClient, bool disposeClient ) : System

Method Details

GetHeaderNames() public method

public GetHeaderNames ( ) : string[]
return string[]

GetHeaderValue() public method

public GetHeaderValue ( string headerName ) : string
headerName string
return string

IsHeaderPresent() public method

public IsHeaderPresent ( string headerName ) : bool
headerName string
return bool