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

The http request event arg.
Inheritance: System.EventArgs
Mostrar archivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
HttpRequestEventArg ( HttpListenerContext listenerContext ) : System

Initializes a new instance of the HttpRequestEventArg class.

Method Details

HttpRequestEventArg() public method

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