Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the error details from the stream using OData library.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public static StorageExtendedErrorInformation ReadFromStreamUsingODataLib(
	Stream inputStream,
	HttpWebResponse response,
	string contentType
)
 
public:
static StorageExtendedErrorInformation^ ReadFromStreamUsingODataLib(
	Stream^ inputStream,
	HttpWebResponse^ response,
	String^ contentType
)
 
static member ReadFromStreamUsingODataLib : 
        inputStream:Stream *
        response:HttpWebResponse *
        contentType:string -> StorageExtendedErrorInformation
 
Public Shared Function ReadFromStreamUsingODataLib (
	inputStream As Stream,
	response As HttpWebResponse,
	contentType As String
) As StorageExtendedErrorInformation
Return to top