Class HttpRequestResponsePair
Inheritance
System.Object
HttpRequestResponsePair
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Messaging.Http
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HttpRequestResponsePair
Constructors
HttpRequestResponsePair(HttpRequest, HttpResponse)
Declaration
public HttpRequestResponsePair(HttpRequest httpRequest, HttpResponse httpResponse)
Parameters
HttpRequest
httpRequest
|
HttpResponse
httpResponse
|
Properties
HttpRequest
HttpResponse
Methods
ImportFiddlerLog(String)
Declaration
public static IEnumerable<HttpRequestResponsePair> ImportFiddlerLog(string strLogPath)
Parameters
System.String
strLogPath
|
Returns
System.Collections.Generic.IEnumerable<HttpRequestResponsePair>
|