public class HttpPostFieldsCollection : IEnumerable
Public Class HttpPostFieldsCollection
Implements IEnumerable
public ref class HttpPostFieldsCollection : IEnumerable
type 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) |