C# Class BoxKite.Twitter.Tests.TestableUserSession

Inheritance: IUserSession, ITwitterSession
Afficher le fichier Open project: nickhodge/BoxKite.Twitter

Méthodes publiques

Méthode Description
CreateGet ( string fullUrl, string>.SortedDictionary parameters ) : HttpRequestMessage
CreatePost ( string fullUrl, string>.SortedDictionary parameters ) : HttpRequestMessage
ExpectGet ( string url ) : void
ExpectPost ( string url ) : void
GenerateNoonce ( ) : string
GenerateTimestamp ( ) : string
GetAsync ( string relativeUrl, string>.SortedDictionary parameters ) : Task
MakeResponse ( ) : Task
PostAsync ( string relativeUrl, string>.SortedDictionary parameters ) : Task
PostAsync ( string url, string>.SortedDictionary parameters, bool forInitialAuth ) : Task
PostFileAsync ( string url, string>.SortedDictionary parameters, string fileName, string fileContentsKey, byte fileContents, Stream srReader ) : Task
ReceivedParameter ( string key, string value ) : bool
Returns ( string contentsReturn ) : void
TestableUserSession ( ) : System
UserStreamBuilder ( ) : IUserStream

Method Details

CreateGet() public méthode

public CreateGet ( string fullUrl, string>.SortedDictionary parameters ) : HttpRequestMessage
fullUrl string
parameters string>.SortedDictionary
Résultat System.Net.Http.HttpRequestMessage

CreatePost() public méthode

public CreatePost ( string fullUrl, string>.SortedDictionary parameters ) : HttpRequestMessage
fullUrl string
parameters string>.SortedDictionary
Résultat System.Net.Http.HttpRequestMessage

ExpectGet() public méthode

public ExpectGet ( string url ) : void
url string
Résultat void

ExpectPost() public méthode

public ExpectPost ( string url ) : void
url string
Résultat void

GenerateNoonce() public méthode

public GenerateNoonce ( ) : string
Résultat string

GenerateTimestamp() public méthode

public GenerateTimestamp ( ) : string
Résultat string

GetAsync() public méthode

public GetAsync ( string relativeUrl, string>.SortedDictionary parameters ) : Task
relativeUrl string
parameters string>.SortedDictionary
Résultat Task

MakeResponse() public méthode

public MakeResponse ( ) : Task
Résultat Task

PostAsync() public méthode

public PostAsync ( string relativeUrl, string>.SortedDictionary parameters ) : Task
relativeUrl string
parameters string>.SortedDictionary
Résultat Task

PostAsync() public méthode

public PostAsync ( string url, string>.SortedDictionary parameters, bool forInitialAuth ) : Task
url string
parameters string>.SortedDictionary
forInitialAuth bool
Résultat Task

PostFileAsync() public méthode

public PostFileAsync ( string url, string>.SortedDictionary parameters, string fileName, string fileContentsKey, byte fileContents, Stream srReader ) : Task
url string
parameters string>.SortedDictionary
fileName string
fileContentsKey string
fileContents byte
srReader Stream
Résultat Task

ReceivedParameter() public méthode

public ReceivedParameter ( string key, string value ) : bool
key string
value string
Résultat bool

Returns() public méthode

public Returns ( string contentsReturn ) : void
contentsReturn string
Résultat void

TestableUserSession() public méthode

public TestableUserSession ( ) : System
Résultat System

UserStreamBuilder() public méthode

public UserStreamBuilder ( ) : IUserStream
Résultat IUserStream