Class HttpStreamUriParser
Implements
Inherited Members
Namespace: TheXDS.MCART.IO
Assembly: MCART.dll
Syntax
public class HttpStreamUriParser : SimpleStreamUriParser, IStreamUriParser
Properties
| Edit this page View SourcePreferFullTransfer
Gets a value indicating whether this object prefers full transfers when exposing a Stream.
Declaration
public override bool PreferFullTransfer { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceSchemeList
Enumerates the protocols supported by this HttpStreamUriParser.
Declaration
protected override IEnumerable<string> SchemeList { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Overrides
Methods
| Edit this page View SourceOpen(Uri)
Declaration
public override sealed Stream Open(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri | The web address to resolve. |
Returns
Type | Description |
---|---|
Stream | A Stream that allows obtaining the resource pointed to by the specified Uri. |
Overrides
| Edit this page View SourceOpenFullTransferAsync(Uri)
Declaration
public override Task<Stream?> OpenFullTransferAsync(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri | The web address to resolve. |
Returns
Type | Description |
---|---|
Task<Stream> | A Stream that allows obtaining the resource pointed to by the specified Uri. |