ResponseParsingBase Members
Provides a base class that is used internally to parse XML streams from storage service operations.
The following tables list the members exposed by the ResponseParsingBase type.
Protected Constructors
Name | Description | |
---|---|---|
ResponseParsingBase | Initializes a new instance of the ResponseParsingBase class. |
Top
Protected Fields
Name | Description | |
---|---|---|
allObjectsParsed | Indicates that all parsable objects have been consumed. This field is reserved and should not be used. | |
outstandingObjectsToParse | Stores any objects that have not yet been parsed. This field is reserved and should not be used. | |
reader | The reader used for parsing. This field is reserved and should not be used. |
Top
Protected Properties
Name | Description | |
---|---|---|
ObjectsToParse | Gets the parsable objects. This method is reserved and should not be used. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Dispose | Overloaded. Returns a result segment containing a collection of blob items in the container. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Returns a result segment containing a collection of blob items in the container. | |
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ParseXml | Parses the XML response. This method is reserved and should not be used. | |
Variable | This method is reserved and should not be used. |
Top
See Also
Reference
ResponseParsingBase Generic Class
Microsoft.WindowsAzure.Storage.Shared.Protocol Namespace