C# 클래스 BoxKite.Twitter.Tests.TestableUserSession

상속: IUserSession, ITwitterSession
파일 보기 프로젝트 열기: nickhodge/BoxKite.Twitter

공개 메소드들

메소드 설명
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

메소드 상세

CreateGet() 공개 메소드

public CreateGet ( string fullUrl, string>.SortedDictionary parameters ) : HttpRequestMessage
fullUrl string
parameters string>.SortedDictionary
리턴 System.Net.Http.HttpRequestMessage

CreatePost() 공개 메소드

public CreatePost ( string fullUrl, string>.SortedDictionary parameters ) : HttpRequestMessage
fullUrl string
parameters string>.SortedDictionary
리턴 System.Net.Http.HttpRequestMessage

ExpectGet() 공개 메소드

public ExpectGet ( string url ) : void
url string
리턴 void

ExpectPost() 공개 메소드

public ExpectPost ( string url ) : void
url string
리턴 void

GenerateNoonce() 공개 메소드

public GenerateNoonce ( ) : string
리턴 string

GenerateTimestamp() 공개 메소드

public GenerateTimestamp ( ) : string
리턴 string

GetAsync() 공개 메소드

public GetAsync ( string relativeUrl, string>.SortedDictionary parameters ) : Task
relativeUrl string
parameters string>.SortedDictionary
리턴 Task

MakeResponse() 공개 메소드

public MakeResponse ( ) : Task
리턴 Task

PostAsync() 공개 메소드

public PostAsync ( string relativeUrl, string>.SortedDictionary parameters ) : Task
relativeUrl string
parameters string>.SortedDictionary
리턴 Task

PostAsync() 공개 메소드

public PostAsync ( string url, string>.SortedDictionary parameters, bool forInitialAuth ) : Task
url string
parameters string>.SortedDictionary
forInitialAuth bool
리턴 Task

PostFileAsync() 공개 메소드

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
리턴 Task

ReceivedParameter() 공개 메소드

public ReceivedParameter ( string key, string value ) : bool
key string
value string
리턴 bool

Returns() 공개 메소드

public Returns ( string contentsReturn ) : void
contentsReturn string
리턴 void

TestableUserSession() 공개 메소드

public TestableUserSession ( ) : System
리턴 System

UserStreamBuilder() 공개 메소드

public UserStreamBuilder ( ) : IUserStream
리턴 IUserStream