C# 클래스 XmlRpc_Wrapper.HTTPHeader

파일 보기 프로젝트 열기: uml-robotics/ROS.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HTTPHeader System
HTTPHeaderParse void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
HTTPHeader ( ) : System

Constructeur par d?faut - non utilis?

HTTPHeaderParse ( string Header ) : void

메소드 상세

Append() 공개 메소드

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
리턴 STATUS

HTTPHeader() 공개 메소드

public HTTPHeader ( byte ByteHTTPRequest ) : System
ByteHTTPRequest byte
리턴 System

HTTPHeader() 공개 메소드

public HTTPHeader ( string HTTPRequest ) : System
HTTPRequest string
리턴 System