ISysStorageProviderHttpRequestProvider Interface

Definition

For internal use only.

[IMPORTANT] These interfaces exist so that the Windows Files app can implement them for purposes of integrating with other file providers. These interfaces aren't for general use, and any implementation that you author won't be called by the operating system (OS).

public interface class ISysStorageProviderHttpRequestProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(3413110710, 59242, 23589, 163, 62, 62, 120, 166, 224, 224, 206)]
struct ISysStorageProviderHttpRequestProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 327680)]
[Windows.Foundation.Metadata.Guid(3413110710, 59242, 23589, 163, 62, 62, 120, 166, 224, 224, 206)]
public interface ISysStorageProviderHttpRequestProvider
Public Interface ISysStorageProviderHttpRequestProvider
Attributes

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v6.0)

Methods

SendRequestAsync(HttpRequestMessage)

For internal use only.

[IMPORTANT] These interfaces exist so that the Windows Files app can implement them for purposes of integrating with other file providers. These interfaces aren't for general use, and any implementation that you author won't be called by the operating system (OS).

Applies to