C# 클래스 Maverick.Web.Routing.RewrittenHttpRequest

상속: System.Web.HttpRequestBase
파일 보기 프로젝트 열기: anurse/MaVeriCk

공개 메소드들

메소드 설명
BinaryRead ( int count ) : byte[]
Equals ( object obj ) : bool
GetHashCode ( ) : int
MapImageCoordinates ( string imageFieldName ) : int[]
MapPath ( string virtualPath ) : string
MapPath ( string virtualPath, string baseVirtualDir, bool allowCrossAppMapping ) : string
RewrittenHttpRequest ( System.Web.HttpRequestBase wrappedRequest, string newAppRelativePath ) : System
SaveAs ( string filename, bool includeHeaders ) : void
ToString ( ) : string
ValidateInput ( ) : void
this ( string key ) : string

메소드 상세

BinaryRead() 공개 메소드

public BinaryRead ( int count ) : byte[]
count int
리턴 byte[]

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MapImageCoordinates() 공개 메소드

public MapImageCoordinates ( string imageFieldName ) : int[]
imageFieldName string
리턴 int[]

MapPath() 공개 메소드

public MapPath ( string virtualPath ) : string
virtualPath string
리턴 string

MapPath() 공개 메소드

public MapPath ( string virtualPath, string baseVirtualDir, bool allowCrossAppMapping ) : string
virtualPath string
baseVirtualDir string
allowCrossAppMapping bool
리턴 string

RewrittenHttpRequest() 공개 메소드

public RewrittenHttpRequest ( System.Web.HttpRequestBase wrappedRequest, string newAppRelativePath ) : System
wrappedRequest System.Web.HttpRequestBase
newAppRelativePath string
리턴 System

SaveAs() 공개 메소드

public SaveAs ( string filename, bool includeHeaders ) : void
filename string
includeHeaders bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ValidateInput() 공개 메소드

public ValidateInput ( ) : void
리턴 void

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string