C# 클래스 Universe.Framework.Servers.HttpServer.Implementation.OSHttpResponse

OSHttpResponse is the Universe representation of an HTTP response.
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_httpResponse System.Net.HttpListenerResponse

공개 메소드들

메소드 설명
AddCookie ( System cookie ) : void
AddHeader ( string key, string value ) : void

Add a header field and content to the response.

OSHttpResponse ( HttpListenerContext context ) : System.Net

메소드 상세

AddCookie() 공개 메소드

public AddCookie ( System cookie ) : void
cookie System
리턴 void

AddHeader() 공개 메소드

Add a header field and content to the response.
public AddHeader ( string key, string value ) : void
key string /// string containing the header field /// name ///
value string /// string containing the header field /// value ///
리턴 void

OSHttpResponse() 공개 메소드

public OSHttpResponse ( HttpListenerContext context ) : System.Net
context System.Net.HttpListenerContext
리턴 System.Net

프로퍼티 상세

_httpResponse 보호되어 있는 프로퍼티

protected HttpListenerResponse,System.Net _httpResponse
리턴 System.Net.HttpListenerResponse