public class HttpPostFieldsCollection : IEnumerablePublic Class HttpPostFieldsCollection
Implements IEnumerablepublic ref class HttpPostFieldsCollection : IEnumerabletype HttpPostFieldsCollection =
class
interface IEnumerable
end| HttpPostFieldsCollection | Initializes a new instance of the HttpPostFieldsCollection class |
| Count | Returns the number of HTTP POST fields in collection |
| Item | Get the HTTP POST field at given index in collection |
| AddPostField | Add a new HTTP POST field with given name and value to collection |
| Clear | Removes all the elements from the collection |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetEnumerator | Returns the collection enumerator |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |