HttpPostField Class

The HTTP POST field class

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class HttpPostField
Inheritance
Object    HttpPostField

Constructors

HttpPostField Constructs an empty HTTP POST field
HttpPostField(String, String) Constructs a HTTP POST field with the given name and value

Properties

Name The HTTP POST field name
Value The HTTP POST field value

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also