IOLink C# 1.11.0
Loading...
Searching...
No Matches
IOLink.HTTPHeaders Class Reference

A class used to pass HTTP headers as input of factories methods. More...

Inheritance diagram for IOLink.HTTPHeaders:

Classes

class  Entry
 An entry of the HTTP header set. More...
 

Public Member Functions

 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 Public Member Functions

static global::System.Runtime.InteropServices.HandleRef getCPtr (HTTPHeaders obj)
 
static global::System.Runtime.InteropServices.HandleRef swigRelease (HTTPHeaders obj)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

A class used to pass HTTP headers as input of factories methods.


The documentation for this class was generated from the following file: