HttpFbaRequestCreator Class

This class and its members are reserved for internal use and are not intended to be used in your code.

Provides a class factory to create a forms authentication HttpRequest object.

Inheritance Hierarchy

System.Object
  Microsoft.Office.BusinessApplications.Runtime.DeploymentAction.HttpFbaRequestCreator

Namespace:  Microsoft.Office.BusinessApplications.Runtime.DeploymentAction
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)

Syntax

'Declaration
Public NotInheritable Class HttpFbaRequestCreator _
    Implements IWebRequestCreate
'Usage
Dim instance As HttpFbaRequestCreator
public sealed class HttpFbaRequestCreator : IWebRequestCreate

Remarks

Any time the client interacts with the server, it does so via an HttpRequest object. In general, the HttpRequest is a generic request provided by the Microsoft .NET Framework. However, in this case, a forms authentication is needed, which is not provided by the .NET Framework, so it is created with the HttpFbaRequestCreator object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

HttpFbaRequestCreator Members

Microsoft.Office.BusinessApplications.Runtime.DeploymentAction Namespace