FrevvoRequestFactory CreateRequest Method frevvo Live Forms
Creates a FrevvoRequest.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public override IGDataRequest CreateRequest(
	GDataRequestType type,
	Uri uriTarget
)

Parameters

type
Type: GDataRequestType
The type of operation being requested
uriTarget
Type: OnlineSystem Uri
The URI target for the request

Return Value

Type: IGDataRequest
The data request

Implements

IGDataRequestFactoryCreateRequest(GDataRequestType, Uri)
See Also