A class used to pass HTTP headers as input of factories methods.
More...
|
|
| HTTPHeaders (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
| HTTPHeaders () |
| | Create an empty set of headers.
|
| |
|
| HTTPHeaders (HTTPHeaders other) |
| |
|
uint | Size () |
| | Return the number of entries in this headers set.
|
| |
|
HTTPHeaders.Entry | At (uint i) |
| | Return the element at the given index.
|
| |
|
void | Add (HTTPHeaders.Entry entry) |
| | Add a new entry in the header set.
|
| |
|
void | Add (string name, string value) |
| | Add a new entry in the hedaer set by giving its name and value.
|
| |
|
|
static global::System.Runtime.InteropServices.HandleRef | getCPtr (HTTPHeaders obj) |
| |
|
static global::System.Runtime.InteropServices.HandleRef | swigRelease (HTTPHeaders obj) |
| |
|
|
virtual void | Dispose (bool disposing) |
| |
A class used to pass HTTP headers as input of factories methods.
The documentation for this class was generated from the following file:
- Release/net/generated/HTTPHeaders.cs