C# 클래스 Transloadit.ApiResponse

Stores information about a REST API response
상속: IApiResponse
파일 보기 프로젝트 열기: nkranitz/transloadit-csharp-sdk

보호된 프로퍼티들

프로퍼티 타입 설명
responseString string
success bool

공개 메소드들

메소드 설명
ApiResponse ( string responseString )

Sets response string, parses response string

메소드 상세

ApiResponse() 공개 메소드

Sets response string, parses response string
public ApiResponse ( string responseString )
responseString string Response string, respond by a server the server

프로퍼티 상세

responseString 보호되어 있는 프로퍼티

Response string
protected string responseString
리턴 string

success 보호되어 있는 프로퍼티

Success of the current request
protected bool success
리턴 bool