C# Class HttpInterfaces.HttpFileCollectionProxy

Inheritance: IHttpFileCollection
ファイルを表示 Open project: JonKruger/HttpInterfaces

Public Methods

Method Description
Get ( int index ) : System.Web.HttpPostedFile
Get ( string name ) : System.Web.HttpPostedFile
GetKey ( int index ) : string
HttpFileCollectionProxy ( System.Web.HttpFileCollection httpFileCollection ) : System

Private Methods

Method Description
this ( int index ) : HttpPostedFileIHttpFileCollection.System
this ( string name ) : HttpPostedFileIHttpFileCollection.System

Method Details

Get() public method

public Get ( int index ) : System.Web.HttpPostedFile
index int
return System.Web.HttpPostedFile

Get() public method

public Get ( string name ) : System.Web.HttpPostedFile
name string
return System.Web.HttpPostedFile

GetKey() public method

public GetKey ( int index ) : string
index int
return string

HttpFileCollectionProxy() public method

public HttpFileCollectionProxy ( System.Web.HttpFileCollection httpFileCollection ) : System
httpFileCollection System.Web.HttpFileCollection
return System