FileHttpResponseParsers.ReadServicePropertiesAsync Method

Definition

Reads service properties from a stream.

public static System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.FileServiceProperties> ReadServicePropertiesAsync (System.IO.Stream inputStream, System.Threading.CancellationToken token);
static member ReadServicePropertiesAsync : System.IO.Stream * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.FileServiceProperties>
Public Shared Function ReadServicePropertiesAsync (inputStream As Stream, token As CancellationToken) As Task(Of FileServiceProperties)

Parameters

inputStream
Stream

The stream from which to read the service properties.

Returns

The service properties stored in the stream.

Applies to