C# 클래스 MGDF.GamesManager.Tests.Common.Mocks.MockHttpRequestManager

상속: IHttpRequestManager
파일 보기 프로젝트 열기: mrsharpoblunto/MGDF

공개 메소드들

메소드 설명
ClearResponses ( ) : void
ExpectResponse ( string uri, byte content ) : void
ExpectResponse ( string uri, byte content, EventHandler read, EventHandler write ) : void
ExpectResponse ( string uri, string content ) : void
GetResponseStream ( string uri ) : Stream
GetResponseStream ( string uri, long progress, bool>.Func getCredentials, long &contentLength ) : Stream
GetResponseStream ( string uri, long progress, long &contentLength ) : Stream
SetCredentials ( string uri, string username, string password ) : void

메소드 상세

ClearResponses() 공개 메소드

public ClearResponses ( ) : void
리턴 void

ExpectResponse() 공개 메소드

public ExpectResponse ( string uri, byte content ) : void
uri string
content byte
리턴 void

ExpectResponse() 공개 메소드

public ExpectResponse ( string uri, byte content, EventHandler read, EventHandler write ) : void
uri string
content byte
read EventHandler
write EventHandler
리턴 void

ExpectResponse() 공개 메소드

public ExpectResponse ( string uri, string content ) : void
uri string
content string
리턴 void

GetResponseStream() 공개 메소드

public GetResponseStream ( string uri ) : Stream
uri string
리턴 Stream

GetResponseStream() 공개 메소드

public GetResponseStream ( string uri, long progress, bool>.Func getCredentials, long &contentLength ) : Stream
uri string
progress long
getCredentials bool>.Func
contentLength long
리턴 Stream

GetResponseStream() 공개 메소드

public GetResponseStream ( string uri, long progress, long &contentLength ) : Stream
uri string
progress long
contentLength long
리턴 Stream

SetCredentials() 공개 메소드

public SetCredentials ( string uri, string username, string password ) : void
uri string
username string
password string
리턴 void