Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of the forms authentication HttpRequest and initializes it with an authentication cookie so that it can handle forms authentication.
Namespace: Microsoft.Office.BusinessApplications.Runtime.DeploymentAction
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
Private Function Create ( _
uri As Uri _
) As WebRequest Implements IWebRequestCreate.Create
'Usage
Dim instance As HttpFbaRequestCreator
Dim uri As Uri
Dim returnValue As WebRequest
returnValue = CType(instance, IWebRequestCreate).Create(uri)
WebRequest IWebRequestCreate.Create(
Uri uri
)
Parameters
- uri
Type: System.Uri
The URI of the web service.
Return Value
Type: System.Net.WebRequest
The web address of the server for which the request is being created.
Implements
See Also
Reference
Microsoft.Office.BusinessApplications.Runtime.DeploymentAction Namespace