ResponseParsingBase<T>(Stream) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ResponseParsingBase class.
protected ResponseParsingBase(System.IO.Stream stream);
new Microsoft.Azure.Storage.Shared.Protocol.ResponseParsingBase<'T> : System.IO.Stream -> Microsoft.Azure.Storage.Shared.Protocol.ResponseParsingBase<'T>
Protected Sub New (stream As Stream)
Parameters
- stream
- System.IO.Stream
The stream to be parsed.