C# 클래스 Prowlin.HttpInterface

상속: IHttpInterface
파일 보기 프로젝트 열기: nippe/Prowlin

공개 메소드들

메소드 설명
BuildRequest ( string baseUrl, string method, string>.Dictionary parameters ) : HttpWebRequest
RetrieveApikey ( RetrieveApikey retrieveApikey ) : RetrieveApikeyResult
RetrieveToken ( RetrieveToken retrieveToken ) : RetrieveTokenResult
SendNotification ( INotification notification ) : NotificationResult
SendVerification ( IVerification verification ) : VerificationResult

비공개 메소드들

메소드 설명
GetHttpMethod ( string method ) : string
GetResultDocument ( string>.Dictionary parameters, string method, ResultBase resultBase ) : System.Xml.Linq.XDocument

메소드 상세

BuildRequest() 공개 메소드

public BuildRequest ( string baseUrl, string method, string>.Dictionary parameters ) : HttpWebRequest
baseUrl string
method string
parameters string>.Dictionary
리턴 System.Net.HttpWebRequest

RetrieveApikey() 공개 메소드

public RetrieveApikey ( RetrieveApikey retrieveApikey ) : RetrieveApikeyResult
retrieveApikey RetrieveApikey
리턴 RetrieveApikeyResult

RetrieveToken() 공개 메소드

public RetrieveToken ( RetrieveToken retrieveToken ) : RetrieveTokenResult
retrieveToken RetrieveToken
리턴 RetrieveTokenResult

SendNotification() 공개 메소드

public SendNotification ( INotification notification ) : NotificationResult
notification INotification
리턴 NotificationResult

SendVerification() 공개 메소드

public SendVerification ( IVerification verification ) : VerificationResult
verification IVerification
리턴 VerificationResult