C# Class MonoTests.System.Web.BaseFakeHttpWorkerRequest

Inheritance: System.Web.HttpWorkerRequest
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode 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 méthode

public EndOfRequest ( ) : void
Résultat void

FlushResponse() public méthode

public FlushResponse ( bool finalFlush ) : void
finalFlush bool
Résultat void

GetHttpVerbName() public méthode

public GetHttpVerbName ( ) : string
Résultat string

GetHttpVersion() public méthode

public GetHttpVersion ( ) : string
Résultat string

GetLocalAddress() public méthode

public GetLocalAddress ( ) : string
Résultat string

GetLocalPort() public méthode

public GetLocalPort ( ) : int
Résultat int

GetQueryString() public méthode

public GetQueryString ( ) : string
Résultat string

GetRawUrl() public méthode

public GetRawUrl ( ) : string
Résultat string

GetRemoteAddress() public méthode

public GetRemoteAddress ( ) : string
Résultat string

GetRemotePort() public méthode

public GetRemotePort ( ) : int
Résultat int

GetUriPath() public méthode

public GetUriPath ( ) : string
Résultat string

SendKnownResponseHeader() public méthode

public SendKnownResponseHeader ( int index, string value ) : void
index int
value string
Résultat void

SendResponseFromFile() public méthode

public SendResponseFromFile ( IntPtr handle, long offset, long length ) : void
handle System.IntPtr
offset long
length long
Résultat void

SendResponseFromFile() public méthode

public SendResponseFromFile ( string filename, long offset, long length ) : void
filename string
offset long
length long
Résultat void

SendResponseFromMemory() public méthode

public SendResponseFromMemory ( byte data, int length ) : void
data byte
length int
Résultat void

SendStatus() public méthode

public SendStatus ( int statusCode, string statusDescription ) : void
statusCode int
statusDescription string
Résultat void

SendUnknownResponseHeader() public méthode

public SendUnknownResponseHeader ( string name, string value ) : void
name string
value string
Résultat void