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

상속: WriterContinuation
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
Write ( IHttpResponse response ) : Task
WriteFileContinuation ( IHttpResponse response, IFubuFile file, AssetSettings settings ) : System.Net

보호된 메소드들

메소드 설명
Equals ( WriteFileContinuation other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( WriteFileContinuation other ) : bool
other WriteFileContinuation
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( IHttpResponse response ) : Task
response IHttpResponse
리턴 Task

WriteFileContinuation() 공개 메소드

public WriteFileContinuation ( IHttpResponse response, IFubuFile file, AssetSettings settings ) : System.Net
response IHttpResponse
file IFubuFile
settings AssetSettings
리턴 System.Net