StringOperationEventFireTime
StringOperationEventFireTime
Enum
- HttpParameterEncodeKey Called when an http parameter key (GET or POST) is encoded. The input string will be the value that is already encoded, and the return value should be the value to actually use.
- HttpParameterEncodeValue Called when an http parameter value (GET or POST) is encoded. The input string will be the value that is already encoded, and the return value should be the value to actually use.
Change Log
Version | Description |
---|---|
6.0.55a | Introduced for pro and enterprise editions. |
Examples
How to use the EventFireTime with the session.addEventcallback method.
session.addEventCallback(StringOperationEventFireTime.HttpParameterEncodeKey, handler);
samt on 03/10/2016 at 4:33 pm
- Printer-friendly version
- Login or register to post comments