Share via


HttpPostFileCollection Members

Microsoft Robotics Class Reference

The HttpPostFileCollection type exposes the following members.

Constructors

  Name Description
Public method HttpPostFileCollection
Initializes a new instance of the HttpPostFileCollection class

Methods

  Name Description
Public method Add
Adds a file to the collection under the given key
Protected method BaseAdd
Adds an entry with the specified key and value into the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected method BaseClear
Removes all entries from the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected method BaseGet(String)
Gets the value of the first entry with the specified key from the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected method BaseGet(Int32)
Gets the value of the entry at the specified index of the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected method BaseGetAllKeys
Returns a String array that contains all the keys in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected method BaseGetAllValues() () () ()
Returns an Object array that contains all the values in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected method BaseGetAllValues(Type)
Returns an array of the specified type that contains all the values in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected method BaseGetKey
Gets the key of the entry at the specified index of the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected method BaseHasKeys
Gets a value indicating whether the NameObjectCollectionBase instance contains entries whose keys are not null.
(Inherited from NameObjectCollectionBase.)
Protected method BaseRemove
Removes the entries with the specified key from the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected method BaseRemoveAt
Removes the entry at the specified index of the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected method BaseSet(String, Object)
Sets the value of the first entry with the specified key in the NameObjectCollectionBase instance, if found; otherwise, adds an entry with the specified key and value into the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected method BaseSet(Int32, Object)
Sets the value of the entry at the specified index of the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method Get(Int32)
Gets the first file found under the given index
Public method Get(String)
Gets the first file found under the given key
Public method GetEnumerator
Returns an enumerator that iterates through the NameObjectCollectionBase.
(Inherited from NameObjectCollectionBase.)
Public method GetFiles(Int32)
Gets all files found under the given index
Public method GetFiles(String)
Gets all files found under the given key
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetKey
Gets the key of the element at the given index
Public method GetObjectData
Implements the ISerializable interface and returns the data needed to serialize the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method OnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from NameObjectCollectionBase.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property AllKeys
Gets a list of all keys in the collection
Public property Count
Gets the number of key/value pairs contained in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected property IsReadOnly
Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only.
(Inherited from NameObjectCollectionBase.)
Public property Item[ ( [ ( Int32] ) ] )
Public property Item[ ( [ ( String] ) ] )
Public property Keys
Gets a NameObjectCollectionBase. . :: . .KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)

See Also

HttpPostFileCollection Class

Microsoft.Dss.Core.DsspHttpUtilities Namespace