NUnitAspEx Encapsulates a request from within a testsuite using the "asptest://" pseudo-protocol. Encapsulates the ugly details of deriving from HttpWebRequest. Since various frameworks like NUnitAsp rely on the output of WebRequest.Create() being of type HttpWebRequest but HttpWebRequest is not customizable the easy way, this class shields further derived classes from the ugly reflection details. Creates a new instance for the given uri. the to create this request for. Override this method in your derived class and call to set the response object. Create the stream to be used for uploading content. Encapsulates a response from an . Encapsulates the ugly details of deriving from HttpWebResponse. Summary description for HttpReflectionUtils. Summary description for HttpWebClient. An AspFixtureHost lives inside it's own AppDomain with an initialized HttpRuntime. Summary description for IAspFixtureHost. Creates a new Host instance within a new AppDomain based on the passed in Properties. You must not call this method from within an existing Host's AppDomain. Unload the passed Host's AppDomain. Return null to avoid timing out of remoting references Initializes the newly created host instance. Use this property to gain access to the Host from within the Host's AppDomain This property is set only within the Host's AppDomain. Outside the AppDomain it will always return null. Use to synchronize access to this host instance Returns a reference to the AppDomain, that created this Host instance Returns the physical assembly reference location this AppDomain has been created from. Summary description for AspTestClient. Summary description for AspTestContext. Summary description for AspTestExecutionModule.