Class SchemeClient
Inheritance
System.Object
SchemeClient
Assembly: Downlink.dll
Syntax
public abstract class SchemeClient : object, ISchemeClient
Constructors
|
Improve this Doc
View Source
SchemeClient(IEnumerable<String>)
Declaration
protected SchemeClient(IEnumerable<string> schemes)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.String> |
schemes |
|
|
Improve this Doc
View Source
SchemeClient(String)
Declaration
protected SchemeClient(string scheme)
Parameters
Type |
Name |
Description |
System.String |
scheme |
|
Properties
|
Improve this Doc
View Source
Schemes
Declaration
public IEnumerable<string> Schemes { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
Implements
Methods
|
Improve this Doc
View Source
GetContentAsync(IFileSource)
Declaration
public abstract Task<IActionResult> GetContentAsync(IFileSource file)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|
Implements
Extension Methods