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

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

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

Метод Описание
HttpRequestEventArgs ( HttpRequestMessage request ) : System

Initializes a new instance of the HttpRequestEventArgs class with the specified web request.

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

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

Initializes a new instance of the HttpRequestEventArgs class with the specified web request.
If is .
public HttpRequestEventArgs ( HttpRequestMessage request ) : System
request System.Net.Http.HttpRequestMessage The HTTP web request.
Результат System