C# Class rosette_api.ResponseHeaders

Exibir arquivo Open project: rosette-api/csharp Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Equals override

GetHashCode ( ) : int

HashCode override

ResponseHeaders ( string>.IDictionary headers ) : System

Creaqtes a ResponseHeaders object from the given headers

ToString ( ) : string

ToString override

Method Details

Equals() public method

Equals override
public Equals ( object obj ) : bool
obj object The object to compare against
return bool

GetHashCode() public method

HashCode override
public GetHashCode ( ) : int
return int

ResponseHeaders() public method

Creaqtes a ResponseHeaders object from the given headers
public ResponseHeaders ( string>.IDictionary headers ) : System
headers string>.IDictionary The headers from the API
return System

ToString() public method

ToString override
public ToString ( ) : string
return string