...
Returns the string associated with the event. For transfer-complete AsyncGetToString()
, AsyncPostFromString()
, and AsyncPostFromFile()
requests, this will be the actual response body from the server, truncated to 65,536 characters.
ifUserData
SetUserData(user_data As Object) As Void
Sets the user data.
GetUserData() As Object
Returns the user data that has previously been set via SetUserData()
(on either on the event or the source or event object). It will return Invalid if no data has been set.
...
Note | ||
---|---|---|
| ||
The ifSourceIdentity interface has been deprecated. We recommend using the ifUserData interface instead. |
ifUrlEvent
GetResponseCode() As Integer
...