C# 클래스 TraktRater.Web.TraktWeb

파일 보기 프로젝트 열기: damienhaynes/TraktRater

공개 프로퍼티들

프로퍼티 타입 설명
CustomRequestHeaders string>.Dictionary

공개 메소드들

메소드 설명
DeleteFromTrakt ( string address ) : bool
GetFromTrakt ( string address, string method = "GET" ) : string
PostToTrakt ( string address, string postData, bool logRequest = true ) : string
Transmit ( string address, string data, bool logResponse = true ) : string

Communicates to and from a Server

TransmitExtended ( string address ) : string

메소드 상세

DeleteFromTrakt() 공개 정적인 메소드

public static DeleteFromTrakt ( string address ) : bool
address string
리턴 bool

GetFromTrakt() 공개 정적인 메소드

public static GetFromTrakt ( string address, string method = "GET" ) : string
address string
method string
리턴 string

PostToTrakt() 공개 정적인 메소드

public static PostToTrakt ( string address, string postData, bool logRequest = true ) : string
address string
postData string
logRequest bool
리턴 string

Transmit() 공개 정적인 메소드

Communicates to and from a Server
public static Transmit ( string address, string data, bool logResponse = true ) : string
address string The URI to use
data string The Data to send
logResponse bool Shall we log the response?
리턴 string

TransmitExtended() 공개 정적인 메소드

public static TransmitExtended ( string address ) : string
address string
리턴 string

프로퍼티 상세

CustomRequestHeaders 공개적으로 정적으로 프로퍼티

public static Dictionary CustomRequestHeaders
리턴 string>.Dictionary