C# Class AcoustID.Web.LookupResponse

The webservice response containing the status code and a list of lookup results.
Afficher le fichier Open project: wo80/AcoustID.NET Class Usage Examples

Méthodes publiques

Méthode Description
LookupResponse ( ) : System.Collections.Generic

Initializes a new instance of the LookupResponse class.

LookupResponse ( HttpStatusCode status, string error ) : System.Collections.Generic

Initializes a new instance of the LookupResponse class.

Method Details

LookupResponse() public méthode

Initializes a new instance of the LookupResponse class.
public LookupResponse ( ) : System.Collections.Generic
Résultat System.Collections.Generic

LookupResponse() public méthode

Initializes a new instance of the LookupResponse class.
public LookupResponse ( HttpStatusCode status, string error ) : System.Collections.Generic
status HttpStatusCode The HTTP status code.
error string The error message.
Résultat System.Collections.Generic