Método HttpExtensions.AsString (CloudHttpResponseErrorInfo)
Obtém uma representação de cadeia de caracteres padrão de uma resposta HTTP.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public static string AsString(
this CloudHttpResponseErrorInfo response
)
public:
[ExtensionAttribute]
static String^ AsString(
CloudHttpResponseErrorInfo^ response
)
static member AsString :
response:CloudHttpResponseErrorInfo -> string
<ExtensionAttribute>
Public Shared Function AsString (
response As CloudHttpResponseErrorInfo
) As String
Parâmetros
response
Type: Microsoft.WindowsAzure.Common.CloudHttpResponseErrorInfoA mensagem de resposta.
Valor de retorno
Type: System.String
A representação de cadeia de caracteres da resposta.
Consulte também
AsString Sobrecarga
Classe HttpExtensions
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo