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

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

공개 메소드들

메소드 설명
FinalizeResonse ( ) : void
GetRequestUrlForTenantSelection ( ) : string
HttpListenerContextAdpater ( HttpListenerContext ctx, IRavenHttpConfiguration configuration ) : System
Log ( Action loggingAction ) : void
OutputSavedLogItems ( System.Logger logger ) : void
SetResponseFilter ( Stream>.Func responseFilter ) : void

비공개 메소드들

메소드 설명
SetMaxAge ( ) : void

메소드 상세

FinalizeResonse() 공개 메소드

public FinalizeResonse ( ) : void
리턴 void

GetRequestUrlForTenantSelection() 공개 메소드

public GetRequestUrlForTenantSelection ( ) : string
리턴 string

HttpListenerContextAdpater() 공개 메소드

public HttpListenerContextAdpater ( HttpListenerContext ctx, IRavenHttpConfiguration configuration ) : System
ctx System.Net.HttpListenerContext
configuration IRavenHttpConfiguration
리턴 System

Log() 공개 메소드

public Log ( Action loggingAction ) : void
loggingAction Action
리턴 void

OutputSavedLogItems() 공개 메소드

public OutputSavedLogItems ( System.Logger logger ) : void
logger System.Logger
리턴 void

SetResponseFilter() 공개 메소드

public SetResponseFilter ( Stream>.Func responseFilter ) : void
responseFilter Stream>.Func
리턴 void