RequestStringDelegate Delegate | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Called if the full request body is required for logging purposes.
Namespace:
Telogis.GeoBase.Diagnostics
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public delegate string RequestStringDelegate()
Public Delegate Function RequestStringDelegate As String
Return Value
Type:
StringA string representing the full log body.
Remarks
Will be called once at most.
See Also