Share via


MethodologyUploadHandler Constructor (HttpContextBase)

Testability constructor with explicit HttpContext.

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub New ( _
    context As HttpContextBase _
)
public MethodologyUploadHandler(
    HttpContextBase context
)
public:
MethodologyUploadHandler(
    HttpContextBase^ context
)
new : 
        context:HttpContextBase -> MethodologyUploadHandler
public function MethodologyUploadHandler(
    context : HttpContextBase
)

Parameters

.NET Framework Security

See Also

Reference

MethodologyUploadHandler Class

MethodologyUploadHandler Overload

Microsoft.TeamFoundation.Server.Core.WebServices Namespace