C# Class XmlRpc_Wrapper.HTTPHeader

Mostrar archivo Open project: uml-robotics/ROS.NET Class Usage Examples

Private Properties

Property Type Description
HTTPHeader System
HTTPHeaderParse void

Public Methods

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

Private Methods

Method Description
HTTPHeader ( ) : System

Constructeur par d?faut - non utilis?

HTTPHeaderParse ( string Header ) : void

Method Details

Append() public method

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.
public Append ( string HTTPRequest ) : STATUS
HTTPRequest string
return STATUS

HTTPHeader() public method

public HTTPHeader ( byte ByteHTTPRequest ) : System
ByteHTTPRequest byte
return System

HTTPHeader() public method

public HTTPHeader ( string HTTPRequest ) : System
HTTPRequest string
return System