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

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

공개 메소드들

메소드 설명
ApplicationStreamBuilder ( ) : IApplicationSession
CreateGet ( string fullUrl, string>.SortedDictionary parameters ) : HttpRequestMessage
ExpectGet ( string url ) : void
GetAsync ( string relativeUrl, string>.SortedDictionary parameters ) : Task
MakeResponse ( ) : Task
PostAsync ( string relativeUrl, string>.SortedDictionary parameters, bool isForInitial = false ) : Task
ReceivedParameter ( string key, string value ) : bool
Returns ( string contentsReturn ) : void
TestableApplicationSession ( ) : System.Collections.Generic

메소드 상세

ApplicationStreamBuilder() 공개 메소드

public ApplicationStreamBuilder ( ) : IApplicationSession
리턴 IApplicationSession

CreateGet() 공개 메소드

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

ExpectGet() 공개 메소드

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

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, bool isForInitial = false ) : Task
relativeUrl string
parameters string>.SortedDictionary
isForInitial bool
리턴 Task

ReceivedParameter() 공개 메소드

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

Returns() 공개 메소드

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

TestableApplicationSession() 공개 메소드

public TestableApplicationSession ( ) : System.Collections.Generic
리턴 System.Collections.Generic