TeamFoundationApplicationCore.CompleteRequest-Methode (HttpApplication, HttpStatusCode, String, IEnumerable<KeyValuePair<String, String>>, Exception, String, String)
Beenden Sie die Verarbeitung für Pipeline eine Webanforderung.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Sub CompleteRequest ( _
application As HttpApplication, _
statusCode As HttpStatusCode, _
statusDescription As String, _
extraHeaders As IEnumerable(Of KeyValuePair(Of String, String)), _
exception As Exception, _
errorMessage As String, _
responseText As String _
)
public static void CompleteRequest(
HttpApplication application,
HttpStatusCode statusCode,
string statusDescription,
IEnumerable<KeyValuePair<string, string>> extraHeaders,
Exception exception,
string errorMessage,
string responseText
)
Parameter
- application
Typ: System.Web.HttpApplication
- statusCode
Typ: System.Net.HttpStatusCode
Der HTTP-Statuscode zurückzugebende
- statusDescription
Typ: System.String
Optionaler Statusbeschreibungstext.Führen Sie NULL für die Standardstatus-Beschreibungsmeldung.
- extraHeaders
Typ: System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>
Optionale HTTP-Kopfzeilenpaare.
- exception
Typ: System.Exception
Optionales Ausnahmeobjekt, um Fortschritte des Codes, statusDescription, des errorMessage und des responseText abzuleiten
- errorMessage
Typ: System.String
Die Fehlermeldung
- responseText
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.