C# Class SharpBrake.Mvc.RequestEndEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: nhsevidence/SharpBrake.Mvc Class Usage Examples

Méthodes publiques

Méthode Description
RequestEndEventArgs ( WebRequest request, WebResponse response, string content ) : System

Initializes a new instance of the RequestEndEventArgs class.

Method Details

RequestEndEventArgs() public méthode

Initializes a new instance of the RequestEndEventArgs class.
public RequestEndEventArgs ( WebRequest request, WebResponse response, string content ) : System
request System.Net.WebRequest The request.
response System.Net.WebResponse The response.
content string The body of the response.
Résultat System