C# 클래스 ServiceStack.WebHost.Endpoints.Extensions.HttpListenerRequestWrapper.HttpFileCollection

상속: System.Collections.Specialized.NameObjectCollectionBase
파일 보기 프로젝트 열기: firstsee/ServiceStack

공개 메소드들

메소드 설명
CopyTo ( Array dest, int index ) : void
Get ( int index ) : System.Web.HttpPostedFile
Get ( string key ) : System.Web.HttpPostedFile
GetKey ( int index ) : string
this ( int index ) : System.Web.HttpPostedFile
this ( string key ) : System.Web.HttpPostedFile

비공개 메소드들

메소드 설명
AddFile ( string name, System.Web.HttpPostedFile file ) : void
HttpFileCollection ( ) : System

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( Array dest, int index ) : void
dest System.Array
index int
리턴 void

Get() 공개 메소드

public Get ( int index ) : System.Web.HttpPostedFile
index int
리턴 System.Web.HttpPostedFile

Get() 공개 메소드

public Get ( string key ) : System.Web.HttpPostedFile
key string
리턴 System.Web.HttpPostedFile

GetKey() 공개 메소드

public GetKey ( int index ) : string
index int
리턴 string

this() 공개 메소드

public this ( int index ) : System.Web.HttpPostedFile
index int
리턴 System.Web.HttpPostedFile

this() 공개 메소드

public this ( string key ) : System.Web.HttpPostedFile
key string
리턴 System.Web.HttpPostedFile