C# Class OSP.Core

Mostra file Open project: kasthack/OSP Class Usage Examples

Public Methods

Method Description
Core ( string redirectUrl = null ) : System
LoadUsers ( LoadOptions options ) : Task

Private Methods

Method Description
GetChunkPath ( LoadOptions options, int users ) : string
GetUsers ( LoadOptions options, int users ) : Task
SaveFile ( string outfile, string resp, bool gzip ) : Task

Method Details

Core() public method

public Core ( string redirectUrl = null ) : System
redirectUrl string
return System

LoadUsers() public method

public LoadUsers ( LoadOptions options ) : Task
options LoadOptions
return Task