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
- context
Type: System.Web.HttpContextBase
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MethodologyUploadHandler Class