C# Class XmlRpc_Wrapper.HTTPHeader

Afficher le fichier Open project: uml-robotics/ROS.NET Class Usage Examples

Private Properties

Свойство Type Description
HTTPHeader System
HTTPHeaderParse void

Méthodes publiques

Méthode 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

Méthode Description
HTTPHeader ( ) : System

Constructeur par d?faut - non utilis?

HTTPHeaderParse ( string Header ) : void

Method Details

Append() public méthode

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
Résultat STATUS

HTTPHeader() public méthode

public HTTPHeader ( byte ByteHTTPRequest ) : System
ByteHTTPRequest byte
Résultat System

HTTPHeader() public méthode

public HTTPHeader ( string HTTPRequest ) : System
HTTPRequest string
Résultat System