Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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,
	HttpResponseMessage response,
	string contentType
)
 
public:
static StorageExtendedErrorInformation^ ReadFromStreamUsingODataLib(
	Stream^ inputStream,
	HttpResponseMessage^ response,
	String^ contentType
)
 
static member ReadFromStreamUsingODataLib : 
        inputStream:Stream *
        response:HttpResponseMessage *
        contentType:string -> StorageExtendedErrorInformation
 
Public Shared Function ReadFromStreamUsingODataLib (
	inputStream As Stream,
	response As HttpResponseMessage,
	contentType As String
) As StorageExtendedErrorInformation
Return to top