SMath Studio Core documentation
C#
VB
C++
F#
Show/Hide TOC
IServer
Api
Urls
Info Method
Builds the URL of the endpoint of Home service which returns overall information about the services and serves as starting point for enumeration of service URLs.
Definition
Namespace:
SMath.Manager.Network.UrlBuilders
Assembly:
SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
Copy
string
Info
()
VB
Copy
Function
Info
As
String
C++
Copy
String
^
Info
()
F#
Copy
abstract
Info
:
unit
->
string
Return Value
String
The URL which is built.
See Also
Reference
IServerApiUrls Interface
SMath.Manager.Network.UrlBuilders Namespace
In This Article
Definition
See Also