C# 클래스 FubuMVC.Core.Http.Owin.Middleware.StaticFiles.WriterContinuation

상속: MiddlewareContinuation
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc

공개 메소드들

메소드 설명
Write ( IHttpResponse response ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
WriterContinuation ( IHttpResponse response, DoNext doNext ) : System

메소드 상세

Write() 공개 추상적인 메소드

public abstract Write ( IHttpResponse response ) : System.Threading.Tasks.Task
response IHttpResponse
리턴 System.Threading.Tasks.Task

WriterContinuation() 보호된 메소드

protected WriterContinuation ( IHttpResponse response, DoNext doNext ) : System
response IHttpResponse
doNext DoNext
리턴 System