Property | Type | Description | |
---|---|---|---|
HTTPHeader | System | ||
HTTPHeaderParse | void |
Method | Description | |
---|---|---|
Append ( string HTTPRequest ) : STATUS |
Either HTTPRequest contains the header AND some data, or it contains part or all of the header. Accumulate pieces of the header in case it spans multiple reads.
|
|
HTTPHeader ( byte ByteHTTPRequest ) : System | ||
HTTPHeader ( string HTTPRequest ) : System |
Method | Description | |
---|---|---|
HTTPHeader ( ) : System |
Constructeur par d?faut - non utilis?
|
|
HTTPHeaderParse ( string Header ) : void |
public Append ( string HTTPRequest ) : STATUS | ||
HTTPRequest | string | |
return | STATUS |
public HTTPHeader ( byte ByteHTTPRequest ) : System | ||
ByteHTTPRequest | byte | |
return | System |
public HTTPHeader ( string HTTPRequest ) : System | ||
HTTPRequest | string | |
return | System |