...
SyncMethod(a As Object) As Object
Performs Begins a synchronous HTTP method request using the specified parameters (see the parameters described for AsyncMethod. If the request is started successfully, then ) If the parameters are malformed then the method returns Invalid and calling GetFailureReason()
may provide more information, otherwise the method returns an a roUrlEvent object instance containing the results of the request. This method returns Invalid if the the request could not be started. In this case, the GetFailureReason()
method may provide more information. It may take several minutes for a failing request to time out and BrightScript will be blocked waiting during that time, so use of this method is not recommended. The AsyncMethod method does not block and should be used instead.
SetRelativeLinkPrefix(prefix As String) As Boolean
...