Discuss this help topic in SecureBlackbox Forum
Checks whether the URI is resolved and the data has been located.
Declaration
[C#]
bool IsURIResolved();
[VB.NET]
Function IsURIResolved() As Boolean
[Pascal]
function IsURIResolved : Boolean;
[C++]
bool IsURIResolved();
[PHP]
bool IsURIResolved()
[Java]
boolean isURIResolved();
Description
This method checks whether the URI of the data is resolved.
Discuss this help topic in SecureBlackbox Forum