Click or drag to resize

ClientHelperPretendRequest Method

Returns an ClientRequestInfo object for the specified requestCommand that can be used to invoke ClientRequestHandlers manually as if the request was sent by a ClientHelper remotely.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public static ClientRequestInfo PretendRequest(
	string requestCommand
)
View Source

Parameters

requestCommand  String
Command for which an ClientRequestInfo object is to be created.

Return Value

ClientRequestInfo
An ClientRequestInfo object.
See Also