C# 클래스 Raven.Database.Server.Abstractions.HttpListenerResponseAdapter

상속: IHttpResponse, IDisposable
파일 보기 프로젝트 열기: nhsevidence/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
AddHeader ( string name, string value ) : void
Close ( ) : void
HttpListenerResponseAdapter ( HttpListenerResponse response ) : System.IO
Redirect ( string url ) : void
SetPublicCachability ( ) : void
WriteFile ( string path ) : void

메소드 상세

AddHeader() 공개 메소드

public AddHeader ( string name, string value ) : void
name string
value string
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

HttpListenerResponseAdapter() 공개 메소드

public HttpListenerResponseAdapter ( HttpListenerResponse response ) : System.IO
response System.Net.HttpListenerResponse
리턴 System.IO

Redirect() 공개 메소드

public Redirect ( string url ) : void
url string
리턴 void

SetPublicCachability() 공개 메소드

public SetPublicCachability ( ) : void
리턴 void

WriteFile() 공개 메소드

public WriteFile ( string path ) : void
path string
리턴 void