C# Class Illumina.TerminalVelocity.SimpleHttpResponse

显示文件 Open project: basespace/TerminalVelocity Class Usage Examples

Public Properties

Property Type Description
RetryableCodes ICollection

Public Methods

Method Description
SimpleHttpResponse ( ) : System
SimpleHttpResponse ( int statusCode, Byte content, string>.Dictionary headers ) : System

Method Details

SimpleHttpResponse() public method

public SimpleHttpResponse ( ) : System
return System

SimpleHttpResponse() public method

public SimpleHttpResponse ( int statusCode, Byte content, string>.Dictionary headers ) : System
statusCode int
content Byte
headers string>.Dictionary
return System

Property Details

RetryableCodes public_oe static_oe property

public static ICollection RetryableCodes
return ICollection