ListenerRequest.HttpFileCollection
Assembly: ServiceStack.dll
View Source
Declaration
public sealed class HttpFileCollection : NameObjectCollectionBase, ICollection, IEnumerable, ISerializable, IDeserializationCallback
Properties
Item[String]
View Source
Declaration
public ListenerRequest.HttpPostedFile this[string key] { get; }
Item[Int32]
View Source
Declaration
public ListenerRequest.HttpPostedFile this[int index] { get; }
AllKeys
View Source
Declaration
public string[] AllKeys { get; }
Methods
CopyTo(Array, Int32)
View Source
Declaration
public void CopyTo(Array dest, int index)
Parameters
Type | Name |
---|---|
System.Array | dest |
System.Int32 | index |
GetKey(Int32)
View Source
Declaration
public string GetKey(int index)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Int32 | index |
Get(Int32)
View Source
Declaration
public ListenerRequest.HttpPostedFile Get(int index)
Returns
ServiceStack.Host.HttpListener.ListenerRequest.HttpPostedFile
Parameters
Type | Name |
---|---|
System.Int32 | index |
Get(String)
View Source
Declaration
public ListenerRequest.HttpPostedFile Get(string key)
Returns
ServiceStack.Host.HttpListener.ListenerRequest.HttpPostedFile
Parameters
Type | Name |
---|---|
System.String | key |
Implements
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback