C# 클래스 Hubbup.Web.Models.RemoteJsonRepoSetProvider

상속: JsonRepoSetProvider
파일 보기 프로젝트 열기: Eilon/ProjectKIssueList

공개 메소드들

메소드 설명
RemoteJsonRepoSetProvider ( IOptions remoteJsonRepoSetProviderOptions, IHostingEnvironment hostingEnvironment, IApplicationLifetime applicationLifetime, ILogger logger ) : System.IO

보호된 메소드들

메소드 설명
GetJsonStream ( ) : Task

메소드 상세

GetJsonStream() 보호된 메소드

protected GetJsonStream ( ) : Task
리턴 Task

RemoteJsonRepoSetProvider() 공개 메소드

public RemoteJsonRepoSetProvider ( IOptions remoteJsonRepoSetProviderOptions, IHostingEnvironment hostingEnvironment, IApplicationLifetime applicationLifetime, ILogger logger ) : System.IO
remoteJsonRepoSetProviderOptions IOptions
hostingEnvironment IHostingEnvironment
applicationLifetime IApplicationLifetime
logger ILogger
리턴 System.IO