C# 클래스 NodeNetAsync.Net.Http.HttpRequest

파일 보기 프로젝트 열기: soywiz/NodeNetAsync 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConnectionId int
Content byte[]
Headers HttpHeaders
HttpVersion string
KeepAliveCount int
Method string
Port ushort
Schema string
Url UrlString

공개 메소드들

메소드 설명
HttpRequest ( ushort Port, int ConnectionId, int KeepAliveCount ) : System

메소드 상세

HttpRequest() 공개 메소드

public HttpRequest ( ushort Port, int ConnectionId, int KeepAliveCount ) : System
Port ushort
ConnectionId int
KeepAliveCount int
리턴 System

프로퍼티 상세

ConnectionId 공개적으로 프로퍼티

public int ConnectionId
리턴 int

Content 공개적으로 프로퍼티

public byte[] Content
리턴 byte[]

Headers 공개적으로 프로퍼티

public HttpHeaders Headers
리턴 HttpHeaders

HttpVersion 공개적으로 프로퍼티

public string HttpVersion
리턴 string

KeepAliveCount 공개적으로 프로퍼티

public int KeepAliveCount
리턴 int

Method 공개적으로 프로퍼티

public string Method
리턴 string

Port 공개적으로 프로퍼티

public ushort Port
리턴 ushort

Schema 공개적으로 프로퍼티

http or https
public string Schema
리턴 string

Url 공개적으로 프로퍼티

public UrlString,NodeNetAsync.Net.Http Url
리턴 UrlString