Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

ifSourceIdentity

GetSourceIdentity() As Integer

Returns a unique number that can be matched with the value returned by roUrlTransfer.GetIdentity() to determine where this event originated.

ifUserData

SetUserData(user_data As Object)

...

Returns the user data that has previously been set via SetUserData(). It will return Invalid if no data has been set.

ifSourceIdentity

GetSourceIdentity() As Integer

Returns a unique number that can be matched with the value returned by roUrlTransfer.GetIdentity() to determine where this event originated.

 

Note
titleNote

The ifSourceIdentity interface has been deprecated. We recommend using the ifUserData interface instead.

 

ifUrlEvent

GetResponseCode() As Integer

...