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
 
    
  
  
  
  
  
  
    bool IsSuccessStatusCode { get; }
   
  Property Value
  
    - bool
 
    
  
  
  
  ResponseBody
  
  
  
  
  
    IHttpResponseBody ResponseBody { get; }
   
  Property Value
  
    - IHttpResponseBody
 
    
  
  
  
  
  
  
    HttpStatusCode StatusCode { get; }
   
  Property Value
  
    - HttpStatusCode
 
    
  
  Methods
  
  
  
  
  
    string[] GetHeaderNames()
   
  Returns
  
    - string[]
 
    
  
  
  
  
  
  
    string GetHeaderValue(string headerName)
   
  Parameters
  
    headerName string 
    
  
  Returns
  
    - string
 
    
  
  
  
  
  
  
    bool IsHeaderPresent(string headerName)
   
  Parameters
  
    headerName string 
    
  
  Returns
  
    - bool