Adds a list of URLs to query.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void Add(
List<Uri> uris
)
Public Sub Add (
uris As List(Of Uri)
)
public:
void Add(
List<Uri^>^ uris
)
member Add :
uris : List<Uri> -> unit
Parameters
- uris
- Type: System.Collections.GenericListUri
The list of HTTP URLs to add.
See Also