FormsService httpGet Method (String, Encoding)frevvo Live Forms
Perform an http-get operation.

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

public string httpGet(
	string url,
	Encoding encoding
)

Return Value

Type: OnlineString
The http response data
See Also