Property | Type | Description | |
---|---|---|---|
CustomRequestHeaders | string>.Dictionary |
Method | Description | |
---|---|---|
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 |
public static DeleteFromTrakt ( string address ) : bool | ||
address | string | |
return | bool |
public static GetFromTrakt ( string address, string method = "GET" ) : string | ||
address | string | |
method | string | |
return | string |
public static PostToTrakt ( string address, string postData, bool logRequest = true ) : string | ||
address | string | |
postData | string | |
logRequest | bool | |
return | string |
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? |
return | string |
public static TransmitExtended ( string address ) : string | ||
address | string | |
return | string |