C# Класс HttpInterfaces.HttpFileCollectionProxy

Наследование: IHttpFileCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
Get ( int index ) : System.Web.HttpPostedFile
Get ( string name ) : System.Web.HttpPostedFile
GetKey ( int index ) : string
HttpFileCollectionProxy ( System.Web.HttpFileCollection httpFileCollection ) : System

Приватные методы

Метод Описание
this ( int index ) : HttpPostedFileIHttpFileCollection.System
this ( string name ) : HttpPostedFileIHttpFileCollection.System

Описание методов

Get() публичный Метод

public Get ( int index ) : System.Web.HttpPostedFile
index int
Результат System.Web.HttpPostedFile

Get() публичный Метод

public Get ( string name ) : System.Web.HttpPostedFile
name string
Результат System.Web.HttpPostedFile

GetKey() публичный Метод

public GetKey ( int index ) : string
index int
Результат string

HttpFileCollectionProxy() публичный Метод

public HttpFileCollectionProxy ( System.Web.HttpFileCollection httpFileCollection ) : System
httpFileCollection System.Web.HttpFileCollection
Результат System