ServiceBaseRpcEventHandler Delegate |
This handler is used by the OnRequest and OnResponse methods to deliver the content of the request or response.
Namespace:
SolidFire.Core
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public delegate void RpcEventHandler(
string content
)
Parameters
- content
- Type: SystemString
The string representation of the request or response during http processing.
See Also