C# Class OpenStack.Net.HttpResponseEventArgs

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

Méthodes publiques

Méthode Description
HttpResponseEventArgs ( Task response ) : System

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

Method Details

HttpResponseEventArgs() public méthode

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.
Résultat System