ISysStorageProviderHandlerFactory.GetHttpRequestProvider(String) Method

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:
 ISysStorageProviderHttpRequestProvider ^ GetHttpRequestProvider(Platform::String ^ syncRootId);
ISysStorageProviderHttpRequestProvider GetHttpRequestProvider(winrt::hstring const& syncRootId);
public ISysStorageProviderHttpRequestProvider GetHttpRequestProvider(string syncRootId);
function getHttpRequestProvider(syncRootId)
Public Function GetHttpRequestProvider (syncRootId As String) As ISysStorageProviderHttpRequestProvider

Parameters

syncRootId
String

Platform::String

winrt::hstring

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).

Returns

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