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

This class contains data for events that happen in the context of an HTTP response.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the HttpResponseEventArgs class with the specified web response.

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

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

Initializes a new instance of the HttpResponseEventArgs class with the specified web response.
If is .
public HttpResponseEventArgs ( Task response ) : System
response Task The HTTP web response.
Результат System