Click or drag to resize

ClientHelperSendRequest(String) Method

Sends a request to the ServiceHelper using RemotingClient.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public void SendRequest(
	string request
)
View Source

Parameters

request  String
Request text to be sent.
See Also