C# 클래스 Sailthru.SailthruResponse

파일 보기 프로젝트 열기: sailthru/sailthru-net-client 1 사용 예제들

공개 메소드들

메소드 설명
IsOK ( ) : System.Boolean

Check if the response is valid

SailthruResponse ( HttpWebResponse response ) : System

Constructor

getRateLimitInfo ( ) : Hashtable

비공개 메소드들

메소드 설명
createErrorResponse ( String message ) : Hashtable

create custom hastable with error and errormsg

parseJSON ( ) : void

Parse Response JSON

메소드 상세

IsOK() 공개 메소드

Check if the response is valid
public IsOK ( ) : System.Boolean
리턴 System.Boolean

SailthruResponse() 공개 메소드

Constructor
public SailthruResponse ( HttpWebResponse response ) : System
response System.Net.HttpWebResponse
리턴 System

getRateLimitInfo() 공개 메소드

public getRateLimitInfo ( ) : Hashtable
리턴 System.Collections.Hashtable