C# Class ServiceStack.WebHost.Endpoints.Extensions.HttpListenerRequestWrapper.HttpFileCollection

Inheritance: System.Collections.Specialized.NameObjectCollectionBase
显示文件 Open project: firstsee/ServiceStack

Public Methods

Method Description
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

Private Methods

Method Description
AddFile ( string name, System.Web.HttpPostedFile file ) : void
HttpFileCollection ( ) : System

Method Details

CopyTo() public method

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

Get() public method

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

Get() public method

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

GetKey() public method

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

this() public method

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

this() public method

public this ( string key ) : System.Web.HttpPostedFile
key string
return System.Web.HttpPostedFile