C# 클래스 Tornado.httpserver.HTTPRequest

파일 보기 프로젝트 열기: swax/Tornado.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
arguments string[]>.Dictionary
body byte[]
connection HTTPConnection
cookies HttpCookie>.Dictionary
headers HTTPHeaders
host string
method string
path string
protocol string
query string
remote_ip string
uri string
version string

공개 메소드들

메소드 설명
HTTPRequest ( string method_, string uri_, string version_ = "HTTP/1.0", HTTPHeaders headers_ = null, byte body_ = null, string remote_ip_ = null, string protocol_ = null, string host_ = null, string files = null, HTTPConnection connection_ = null ) : System
finish ( ) : void
supports_http_1_1 ( ) : bool
write ( byte chunk, System.Action callback = null ) : void

비공개 메소드들

메소드 설명
_valid_ip ( string ip ) : bool

메소드 상세

HTTPRequest() 공개 메소드

public HTTPRequest ( string method_, string uri_, string version_ = "HTTP/1.0", HTTPHeaders headers_ = null, byte body_ = null, string remote_ip_ = null, string protocol_ = null, string host_ = null, string files = null, HTTPConnection connection_ = null ) : System
method_ string
uri_ string
version_ string
headers_ HTTPHeaders
body_ byte
remote_ip_ string
protocol_ string
host_ string
files string
connection_ HTTPConnection
리턴 System

finish() 공개 메소드

public finish ( ) : void
리턴 void

supports_http_1_1() 공개 메소드

public supports_http_1_1 ( ) : bool
리턴 bool

write() 공개 메소드

public write ( byte chunk, System.Action callback = null ) : void
chunk byte
callback System.Action
리턴 void

프로퍼티 상세

arguments 공개적으로 프로퍼티

public Dictionary arguments
리턴 string[]>.Dictionary

body 공개적으로 프로퍼티

public byte[] body
리턴 byte[]

connection 공개적으로 프로퍼티

public HTTPConnection,Tornado.httpserver connection
리턴 HTTPConnection

cookies 공개적으로 프로퍼티

public Dictionary cookies
리턴 HttpCookie>.Dictionary

headers 공개적으로 프로퍼티

public HTTPHeaders headers
리턴 HTTPHeaders

host 공개적으로 프로퍼티

public string host
리턴 string

method 공개적으로 프로퍼티

public string method
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string

protocol 공개적으로 프로퍼티

public string protocol
리턴 string

query 공개적으로 프로퍼티

public string query
리턴 string

remote_ip 공개적으로 프로퍼티

public string remote_ip
리턴 string

uri 공개적으로 프로퍼티

public string uri
리턴 string

version 공개적으로 프로퍼티

public string version
리턴 string