HttpPostFieldsCollection Class

The collection of HTTP POST fields class

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class HttpPostFieldsCollection : IEnumerable
Inheritance
Object    HttpPostFieldsCollection
Implements
IEnumerable

Constructors

HttpPostFieldsCollectionInitializes a new instance of the HttpPostFieldsCollection class

Properties

Count Returns the number of HTTP POST fields in collection
Item Get the HTTP POST field at given index in collection

Methods

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)

See Also