C# 클래스 Netduino.WebServer.Server.Request

상속: Disposable
파일 보기 프로젝트 열기: martinbuberl/Netduino

공개 프로퍼티들

프로퍼티 타입 설명
Headers System.Collections.Hashtable
HttpMethod HttpMethod
HttpProtocol string
RawUrl string
Url System.Uri

공개 메소드들

메소드 설명
ParseRequestMessage ( string requestMessage ) : void
Process ( ) : void
Request ( Socket connection ) : System
SendResponse ( ) : void

비공개 메소드들

메소드 설명
GetResponseBody ( int statusCode ) : byte[]
GetResponseMessage ( int statusCode, byte responseBody ) : byte[]

메소드 상세

ParseRequestMessage() 공개 메소드

public ParseRequestMessage ( string requestMessage ) : void
requestMessage string
리턴 void

Process() 공개 메소드

public Process ( ) : void
리턴 void

Request() 공개 메소드

public Request ( Socket connection ) : System
connection System.Net.Sockets.Socket
리턴 System

SendResponse() 공개 메소드

public SendResponse ( ) : void
리턴 void

프로퍼티 상세

Headers 공개적으로 프로퍼티

public Hashtable,System.Collections Headers
리턴 System.Collections.Hashtable

HttpMethod 공개적으로 프로퍼티

public HttpMethod HttpMethod
리턴 HttpMethod

HttpProtocol 공개적으로 프로퍼티

public string HttpProtocol
리턴 string

RawUrl 공개적으로 프로퍼티

public string RawUrl
리턴 string

Url 공개적으로 프로퍼티

public Uri,System Url
리턴 System.Uri