C# Class Hubbup.Web.Models.RemoteJsonRepoSetProvider

Inheritance: JsonRepoSetProvider
ファイルを表示 Open project: Eilon/ProjectKIssueList

Public Methods

Method Description
RemoteJsonRepoSetProvider ( IOptions remoteJsonRepoSetProviderOptions, IHostingEnvironment hostingEnvironment, IApplicationLifetime applicationLifetime, ILogger logger ) : System.IO

Protected Methods

Method Description
GetJsonStream ( ) : Task

Method Details

GetJsonStream() protected method

protected GetJsonStream ( ) : Task
return Task

RemoteJsonRepoSetProvider() public method

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