NHttpImageSource Class Members
In This Topic
The following tables list the members exposed by NHttpImageSource.
Public Constructors
Public Properties
| Name | Description |
 | ResponseStatus | Gets the current response status. Valid only if the request status is set to Completed, otherwise ENAsyncResponseStatus.Failed is returned. |
Top
Public Methods
| Name | Description |
 | DeepClone | Overridden. Creates an identical copy of this object. |
 | Equals | Overridden. Determines whether the specified object is equal to the current object. |
 | GetHashCode | Overridden. Serves as a hash function for this type. |
Top
Protected Methods
| Name | Description |
 | GetImmutableKey | Overridden. Gets an immutable image source that can be used as a hash table key for this image source. If this image source is immutable it can return itself as a key. Image sources with one frame are considered immutable. |
 | LoadImageData | Overridden. Overriden to send the HTTP request that gets the image data. This method is always executed on the UI thread. |
Top
See Also