메소드 | 설명 | |
---|---|---|
CreateGet ( string url, string>.SortedDictionary |
||
CreatePost ( string url, string>.SortedDictionary |
||
GenerateNoonce ( ) : string | ||
GenerateTimestamp ( ) : string | ||
GetAsync ( string url, string>.SortedDictionary |
Use OAuth1.0a auth to do more intensive reads
|
|
PostAsync ( string url, string>.SortedDictionary |
Use OAuth1.0a auth to do more intensive POST
|
|
PostFileAsync ( string url, string>.SortedDictionary |
||
UserSession ( |
||
UserSession ( string clientID, string clientSecret, IPlatformAdaptor platformAdaptor, int _waitTimeoutSeconds = 30 ) : System | ||
UserSession ( string clientID, string clientSecret, string bearerToken, IPlatformAdaptor platformAdaptor, int _waitTimeoutSeconds = 30 ) : System | ||
UserStreamBuilder ( ) : IUserStream |
메소드 | 설명 | |
---|---|---|
BuildAuthenticatedResult ( string fullUrl, string>.IEnumerable |
||
FileDataContent ( byte fileData = null, Stream srReader = null ) : System.Net.Http.ByteArrayContent |
public CreateGet ( string url, string>.SortedDictionary |
||
url | string | |
parameters | string>.SortedDictionary | |
리턴 |
public CreatePost ( string url, string>.SortedDictionary |
||
url | string | |
parameters | string>.SortedDictionary | |
리턴 |
public GetAsync ( string url, string>.SortedDictionary |
||
url | string | URL to call |
parameters | string>.SortedDictionary | Params to send |
리턴 | Task |
public PostAsync ( string url, string>.SortedDictionary |
||
url | string | URL to call |
parameters | string>.SortedDictionary | Params to send |
리턴 | Task |
public PostFileAsync ( string url, string>.SortedDictionary |
||
url | string | |
parameters | string>.SortedDictionary | |
fileName | string | |
fileContentsKey | string | |
fileContents | byte | |
srImageStream | Stream | |
리턴 | Task |
public UserSession ( |
||
credentials | ||
platformAdaptor | IPlatformAdaptor | |
_waitTimeoutSeconds | int | |
리턴 | System |
public UserSession ( string clientID, string clientSecret, IPlatformAdaptor platformAdaptor, int _waitTimeoutSeconds = 30 ) : System | ||
clientID | string | |
clientSecret | string | |
platformAdaptor | IPlatformAdaptor | |
_waitTimeoutSeconds | int | |
리턴 | System |
public UserSession ( string clientID, string clientSecret, string bearerToken, IPlatformAdaptor platformAdaptor, int _waitTimeoutSeconds = 30 ) : System | ||
clientID | string | |
clientSecret | string | |
bearerToken | string | |
platformAdaptor | IPlatformAdaptor | |
_waitTimeoutSeconds | int | |
리턴 | System |