C# Class HttpInterfaces.HttpFileCollectionProxy

Inheritance: IHttpFileCollection
Afficher le fichier Open project: JonKruger/HttpInterfaces

Méthodes publiques

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

Méthode Description
this ( int index ) : HttpPostedFileIHttpFileCollection.System
this ( string name ) : HttpPostedFileIHttpFileCollection.System

Method Details

Get() public méthode

public Get ( int index ) : System.Web.HttpPostedFile
index int
Résultat System.Web.HttpPostedFile

Get() public méthode

public Get ( string name ) : System.Web.HttpPostedFile
name string
Résultat System.Web.HttpPostedFile

GetKey() public méthode

public GetKey ( int index ) : string
index int
Résultat string

HttpFileCollectionProxy() public méthode

public HttpFileCollectionProxy ( System.Web.HttpFileCollection httpFileCollection ) : System
httpFileCollection System.Web.HttpFileCollection
Résultat System