IFileSystem.GetDefaultRemoteUriSchemeAsync(CancellationToken) 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.
Gets the default remote Uri scheme.
public:
System::Threading::Tasks::Task<System::String ^> ^ GetDefaultRemoteUriSchemeAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string> GetDefaultRemoteUriSchemeAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetDefaultRemoteUriSchemeAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetDefaultRemoteUriSchemeAsync (cancellationToken As CancellationToken) As Task(Of String)
Parameters
- cancellationToken
- CancellationToken
The cancellation token.
Returns
The default remote Uri scheme.
Remarks
Introduced in version FileSystem.