Share via


HttpFbaRequestCreator.IWebRequestCreate.Create Method

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

IWebRequestCreate.Create(Uri)

See Also

Reference

HttpFbaRequestCreator Class

HttpFbaRequestCreator Members

Microsoft.Office.BusinessApplications.Runtime.DeploymentAction Namespace