TeamFoundationApplicationCore.CompleteRequest Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CompleteRequest(TeamFoundationRequestContext, HttpApplication, HttpStatusCode, Exception) | Terminate the processing pipeline for a web request and throw a ThreadAbortException. See overload. | |
CompleteRequest(HttpApplication, HttpStatusCode, String, IEnumerable<KeyValuePair<String, String>>, Exception, String, String) | Terminate the processing pipeline for a web request. |
Top