ListHandlesResponse(Stream) Constructor

Definition

Initializes a new instance of the ListHandlesResponse class.

public ListHandlesResponse (System.IO.Stream stream);
new Microsoft.Azure.Storage.File.Protocol.ListHandlesResponse : System.IO.Stream -> Microsoft.Azure.Storage.File.Protocol.ListHandlesResponse
Public Sub New (stream As Stream)

Parameters

stream
Stream

The stream of handles to be parsed.

Applies to