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
protected field allObjectsParsed Indicates that all parsable objects have been consumed. This field is reserved and should not be used.
protected field outstandingObjectsToParse Stores any objects that have not yet been parsed. This field is reserved and should not be used.
protected field reader The reader used for parsing. This field is reserved and should not be used.

Top

Protected Properties

  Name Description
protected property ObjectsToParse Gets the parsable objects. This method is reserved and should not be used.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Dispose Overloaded. Returns a result segment containing a collection of blob items in the container.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Dispose Overloaded. Returns a result segment containing a collection of blob items in the container.
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method ParseXml Parses the XML response. This method is reserved and should not be used.
protected method Variable This method is reserved and should not be used.

Top

See Also

Reference

ResponseParsingBase Generic Class
Microsoft.WindowsAzure.Storage.Shared.Protocol Namespace