Click or drag to resize

ServiceHostBaseSendResponse(ClientRequestInfo, Boolean) Method

Sends an actionable response to client.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void SendResponse(
	ClientRequestInfo requestInfo,
	bool success
)
View Source

Parameters

requestInfo  ClientRequestInfo
ClientRequestInfo instance containing the client request.
success  Boolean
Flag that determines if this response to client request was a success.
See Also