Metoda TeamFoundationApplicationCore.CompleteRequest — (HttpApplication, HttpStatusCode, String, IEnumerable<KeyValuePair<String, String>>, Exception, String, String)
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
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
)
Parametry
- application
Typ: System.Web.HttpApplication
- statusCode
Typ: System.Net.HttpStatusCode
- statusDescription
Typ: System.String
- extraHeaders
Typ: System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>
- exception
Typ: System.Exception
- errorMessage
Typ: System.String
- responseText
Typ: System.String
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..