C# 클래스 AcoustID.Web.LookupResponse

The webservice response containing the status code and a list of lookup results.
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

LookupResponse() 공개 메소드

Initializes a new instance of the LookupResponse class.
public LookupResponse ( ) : System.Collections.Generic
리턴 System.Collections.Generic

LookupResponse() 공개 메소드

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.
리턴 System.Collections.Generic