C# Class ScrewTurn.Wiki.Tests.DummyRequest

Inheritance: System.Web.HttpWorkerRequest
Mostra file Open project: mono/ScrewTurnWiki

Public Methods

Method Description
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

Method Details

EndOfRequest() public method

public EndOfRequest ( ) : void
return void

FlushResponse() public method

public FlushResponse ( bool finalFlush ) : void
finalFlush bool
return void

GetHttpVerbName() public method

public GetHttpVerbName ( ) : string
return string

GetHttpVersion() public method

public GetHttpVersion ( ) : string
return string

GetLocalAddress() public method

public GetLocalAddress ( ) : string
return string

GetLocalPort() public method

public GetLocalPort ( ) : int
return int

GetQueryString() public method

public GetQueryString ( ) : string
return string

GetRawUrl() public method

public GetRawUrl ( ) : string
return string

GetRemoteAddress() public method

public GetRemoteAddress ( ) : string
return string

GetRemotePort() public method

public GetRemotePort ( ) : int
return int

GetUriPath() public method

public GetUriPath ( ) : string
return string

SendKnownResponseHeader() public method

public SendKnownResponseHeader ( int index, string value ) : void
index int
value string
return void

SendResponseFromFile() public method

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

SendResponseFromFile() public method

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

SendResponseFromMemory() public method

public SendResponseFromMemory ( byte data, int length ) : void
data byte
length int
return void

SendStatus() public method

public SendStatus ( int statusCode, string statusDescription ) : void
statusCode int
statusDescription string
return void

SendUnknownResponseHeader() public method

public SendUnknownResponseHeader ( string name, string value ) : void
name string
value string
return void