ISysStorageProviderHandlerFactory.GetHttpRequestProvider(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).