FrameworkHttpHandler Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub New ( _
hostRequirement As ServiceHostRequirement _
)
protected FrameworkHttpHandler(
ServiceHostRequirement hostRequirement
)
protected:
FrameworkHttpHandler(
ServiceHostRequirement hostRequirement
)
new :
hostRequirement:ServiceHostRequirement -> FrameworkHttpHandler
protected function FrameworkHttpHandler(
hostRequirement : ServiceHostRequirement
)
Parameters
- hostRequirement
Type: Microsoft.TeamFoundation.Framework.Server.ServiceHostRequirement
.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
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace