Encapsulates a zip package part request.
Inheritance Hierarchy
FirstFloor.Documents.IOSyncPackagePartRequest
FirstFloor.Documents.IODefaultPackagePartRequest
Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
The DefaultPackagePartRequest type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Abort |
Aborts the pending request.
(Inherited from SyncPackagePartRequest.) |
![]() | BeginLoadPart |
Begins an asynchronous load of specified part.
(Inherited from SyncPackagePartRequest.) |
![]() | EndLoadPart |
Ends an asynchronous load part operation. Null is returned if the specified part could not be found.
(Inherited from SyncPackagePartRequest.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LoadPart |
Loads the requested part synchronously.
(Overrides SyncPackagePartRequestLoadPart.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also