C# Class OpenStack.Net.HttpResponseEventArgs

This class contains data for events that happen in the context of an HTTP response.
Inheritance: System.EventArgs
显示文件 Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Public Methods

Method Description
HttpResponseEventArgs ( Task response ) : System

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

Method Details

HttpResponseEventArgs() public method

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.
return System