C# Класс OpenStack.Net.HttpWebException

Наследование: System.Net.WebException
Показать файл Открыть проект

Открытые методы

Метод Описание
HttpWebException ( HttpResponseMessage response ) : System

Initializes a new instance of the HttpWebException class with the specified response message.

This method does not specify the reason why the HTTP response indicates a failure. In most cases, the failure is either due to the HTTP status code indicating an error (HttpResponseMessage.IsSuccessStatusCode is ), or the response headers or body indicates a failure occurred with respect to a particular API call.

Приватные методы

Метод Описание
HttpWebException ( ) : System

Описание методов

HttpWebException() публичный Метод

Initializes a new instance of the HttpWebException class with the specified response message.
This method does not specify the reason why the HTTP response indicates a failure. In most cases, the failure is either due to the HTTP status code indicating an error (HttpResponseMessage.IsSuccessStatusCode is ), or the response headers or body indicates a failure occurred with respect to a particular API call.
If is .
public HttpWebException ( HttpResponseMessage response ) : System
response System.Net.Http.HttpResponseMessage The response to the web request.
Результат System