C# 클래스 Simplify.Web.Core.StaticFiles.StaticFileResponseFactory

Provides static file response factory
상속: IStaticFileResponseFactory
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
Create ( IOwinResponse response ) : IStaticFileResponse

Creates the static file response.

StaticFileResponseFactory ( IResponseWriter responseWriter ) : Microsoft.Owin

Initializes a new instance of the StaticFileResponseFactory class.

메소드 상세

Create() 공개 메소드

Creates the static file response.
public Create ( IOwinResponse response ) : IStaticFileResponse
response IOwinResponse The response.
리턴 IStaticFileResponse

StaticFileResponseFactory() 공개 메소드

Initializes a new instance of the StaticFileResponseFactory class.
public StaticFileResponseFactory ( IResponseWriter responseWriter ) : Microsoft.Owin
responseWriter IResponseWriter The response writer.
리턴 Microsoft.Owin