Table of Contents

Class DirectoryHttpResponseParsers

Namespace
Microsoft.WindowsAzure.Storage.File.Protocol
Assembly
Microsoft.WindowsAzure.Storage.dll

Provides methods for parsing responses to operations on directories in the File service.

public static class DirectoryHttpResponseParsers
Inheritance
DirectoryHttpResponseParsers
Inherited Members

Methods

GetMetadata(HttpWebResponse)

Gets the user-defined metadata.

public static IDictionary<string, string> GetMetadata(HttpWebResponse response)

Parameters

response HttpWebResponse

The response from server.

Returns

IDictionary<string, string>

A IDictionary of the metadata.

GetProperties(HttpWebResponse)

Gets the directory's properties from the response.

public static FileDirectoryProperties GetProperties(HttpWebResponse response)

Parameters

response HttpWebResponse

The web response.

Returns

FileDirectoryProperties

The directory's attributes.

GetRequestId(HttpWebResponse)

Gets the request ID from the response.

public static string GetRequestId(HttpWebResponse response)

Parameters

response HttpWebResponse

The web response.

Returns

string

A unique value associated with the request.