IHierarchyItemGetSourceAsync Method 
IT Hit WebDAV Classes Reference 
            Retrieves media type independent links.
            
 
    Namespace: 
   ITHit.WebDAV.Client
    Assembly:
   ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
SyntaxTask<Source[]> GetSourceAsync(
	IDictionary<string, string> headers = null,
	CancellationToken cancellationToken = null
)
Function GetSourceAsync ( 
	Optional headers As IDictionary(Of String, String) = Nothing,
	Optional cancellationToken As CancellationToken = Nothing
) As Task(Of Source())
Task<array<Source^>^>^ GetSourceAsync(
	IDictionary<String^, String^>^ headers = nullptr, 
	CancellationToken cancellationToken = nullptr
)
abstract GetSourceAsync : 
        ?headers : IDictionary<string, string> * 
        ?cancellationToken : CancellationToken 
(* Defaults:
        let _headers = defaultArg headers null
        let _cancellationToken = defaultArg cancellationToken null
*)
-> Task<Source[]> 
Parameters
- headers (Optional)
 - Type: System.Collections.GenericIDictionaryString, String
Request headers. - cancellationToken (Optional)
 - Type: System.ThreadingCancellationToken
Propagates notification that operations should be canceled. 
Return Value
Type: 
TaskSourceMedia type independent links.
Exceptions
RemarksEmpty array is returned if no links found or property is not supported.
See Also