C# Class Microsoft.Protocols.TestTools.StackSdk.CommonStack.HttpRequestEventArg

The http request event arg.
Inheritance: System.EventArgs
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Méthode Description
HttpRequestEventArg ( HttpListenerContext listenerContext ) : System

Initializes a new instance of the HttpRequestEventArg class.

Method Details

HttpRequestEventArg() public méthode

Initializes a new instance of the HttpRequestEventArg class.
public HttpRequestEventArg ( HttpListenerContext listenerContext ) : System
listenerContext System.Net.HttpListenerContext The HttpListenerContext instance.
Résultat System