C# 클래스 Webserver.Request

Contains information about a request
상속: IDisposable
파일 보기 프로젝트 열기: h07r0d/Netduino-Aquarium-Controller 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_getArguments System.Collections.Hashtable
_headers System.Collections.Hashtable
_method string
_url string

공개 메소드들

메소드 설명
Dispose ( ) : void
Request ( char header, Socket client ) : System

Creates request

비공개 메소드들

메소드 설명
ProcessGETParameters ( string parameters ) : void

Generated Key-Value-Hashtable for GET-Parameters

ProcessHeader ( char data ) : void

Fills the Request with the header values

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Request() 공개 메소드

Creates request
public Request ( char header, Socket client ) : System
header char
client Socket Socket that sent the request
리턴 System

프로퍼티 상세

_getArguments 보호되어 있는 프로퍼티

protected Hashtable,System.Collections _getArguments
리턴 System.Collections.Hashtable

_headers 보호되어 있는 프로퍼티

protected Hashtable,System.Collections _headers
리턴 System.Collections.Hashtable

_method 보호되어 있는 프로퍼티

protected string _method
리턴 string

_url 보호되어 있는 프로퍼티

protected string _url
리턴 string