共用方式為


TeamFoundationApplicationCore.CompleteRequest 方法 (HttpApplication, HttpStatusCode, String, IEnumerable<KeyValuePair<String, String>>, Exception, String, String)

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

TeamFoundationApplicationCore 類別

CompleteRequest 多載

Microsoft.TeamFoundation.Framework.Server 命名空間