Click or drag to resize
HttpBulkFetchAdd Method
Adds a list of URLs to query.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void Add(
	List<Uri> uris
)

Parameters

uris
Type: System.Collections.GenericListUri
The list of HTTP URLs to add.
See Also