C# 클래스 HttpInterfaces.HttpFileCollectionProxy

상속: IHttpFileCollection
파일 보기 프로젝트 열기: JonKruger/HttpInterfaces

공개 메소드들

메소드 설명
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