C# 클래스 ScrewTurn.Wiki.Tests.DummyRequest

상속: System.Web.HttpWorkerRequest
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

공개 메소드들

메소드 설명
EndOfRequest ( ) : void
FlushResponse ( bool finalFlush ) : void
GetHttpVerbName ( ) : string
GetHttpVersion ( ) : string
GetLocalAddress ( ) : string
GetLocalPort ( ) : int
GetQueryString ( ) : string
GetRawUrl ( ) : string
GetRemoteAddress ( ) : string
GetRemotePort ( ) : int
GetUriPath ( ) : string
SendKnownResponseHeader ( int index, string value ) : void
SendResponseFromFile ( IntPtr handle, long offset, long length ) : void
SendResponseFromFile ( string filename, long offset, long length ) : void
SendResponseFromMemory ( byte data, int length ) : void
SendStatus ( int statusCode, string statusDescription ) : void
SendUnknownResponseHeader ( string name, string value ) : void

메소드 상세

EndOfRequest() 공개 메소드

public EndOfRequest ( ) : void
리턴 void

FlushResponse() 공개 메소드

public FlushResponse ( bool finalFlush ) : void
finalFlush bool
리턴 void

GetHttpVerbName() 공개 메소드

public GetHttpVerbName ( ) : string
리턴 string

GetHttpVersion() 공개 메소드

public GetHttpVersion ( ) : string
리턴 string

GetLocalAddress() 공개 메소드

public GetLocalAddress ( ) : string
리턴 string

GetLocalPort() 공개 메소드

public GetLocalPort ( ) : int
리턴 int

GetQueryString() 공개 메소드

public GetQueryString ( ) : string
리턴 string

GetRawUrl() 공개 메소드

public GetRawUrl ( ) : string
리턴 string

GetRemoteAddress() 공개 메소드

public GetRemoteAddress ( ) : string
리턴 string

GetRemotePort() 공개 메소드

public GetRemotePort ( ) : int
리턴 int

GetUriPath() 공개 메소드

public GetUriPath ( ) : string
리턴 string

SendKnownResponseHeader() 공개 메소드

public SendKnownResponseHeader ( int index, string value ) : void
index int
value string
리턴 void

SendResponseFromFile() 공개 메소드

public SendResponseFromFile ( IntPtr handle, long offset, long length ) : void
handle System.IntPtr
offset long
length long
리턴 void

SendResponseFromFile() 공개 메소드

public SendResponseFromFile ( string filename, long offset, long length ) : void
filename string
offset long
length long
리턴 void

SendResponseFromMemory() 공개 메소드

public SendResponseFromMemory ( byte data, int length ) : void
data byte
length int
리턴 void

SendStatus() 공개 메소드

public SendStatus ( int statusCode, string statusDescription ) : void
statusCode int
statusDescription string
리턴 void

SendUnknownResponseHeader() 공개 메소드

public SendUnknownResponseHeader ( string name, string value ) : void
name string
value string
리턴 void