Click or drag to resize

ClientRequestInfo Constructor

Initializes a new instance of the ClientRequestInfo class.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public ClientRequestInfo(
	ClientInfo sender,
	ClientRequest request
)
View Source

Parameters

sender  ClientInfo
ClientInfo object of the request sender.
request  ClientRequest
ClientRequest object sent by the sender.
See Also