Windward Engine API Reference
getRoot Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders.protocols Namespace > HttpAccessProvider.ConnectionHttp Class : getRoot Method




Glossary Item Box

The root URL, file, etc. for this connection. This will be pre-pended to any request if the request url is not fully qualified.

Syntax

Visual Basic (Declaration) 
Public Overrides Function getRoot() As String
Visual Basic (Usage)Copy Code
Dim instance As HttpAccessProvider.ConnectionHttp
Dim value As String
 
value = instance.getRoot()
C# 
public override string getRoot()
Managed Extensions for C++ 
public: string* getRoot(); override 
C++/CLI 
public:
String^ getRoot(); override 

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.