Click or drag to resize
HttpBulkFetch Class
Sequentially fetches content streams from HTTP resources and stores them in a InjectableStream.
Inheritance Hierarchy
SystemObject
  StreamCoders.NetworkHttpBulkFetch

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class HttpBulkFetch

The HttpBulkFetch type exposes the following members.

Constructors
  NameDescription
Public methodHttpBulkFetch
Constructor.
Top
Methods
  NameDescription
Public methodAbort
Aborts this instance. Stop the internal query thread. After calling this function, Start will have to be called again to resume.
Public methodAdd
Adds a list of URLs to query.
Public methodClose
Closes this instance by stopping internal query thread and releasing all resources.
Public methodStart
Starts this instance.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also