IUrlsManagerServerApi Method
Starts building of URLs for public API of the server the program connects to.
Namespace: SMath.Manager.NetworkAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
IServerApiUrls ServerApi(
UrlFlags addFlags = UrlFlags.None,
UrlFlags removeFlags = UrlFlags.None
)
Function ServerApi (
Optional addFlags As UrlFlags = UrlFlags.None,
Optional removeFlags As UrlFlags = UrlFlags.None
) As IServerApiUrls
IServerApiUrls^ ServerApi(
UrlFlags addFlags = UrlFlags::None,
UrlFlags removeFlags = UrlFlags::None
)
abstract ServerApi :
?addFlags : UrlFlags *
?removeFlags : UrlFlags
(* Defaults:
let _addFlags = defaultArg addFlags UrlFlags.None
let _removeFlags = defaultArg removeFlags UrlFlags.None
*)
-> IServerApiUrls
- addFlags UrlFlags (Optional)
-
Flags which are added to DefaultFlags in the returned instance.
- removeFlags UrlFlags (Optional)
-
Flags which are removed from DefaultFlags in the returned instance.
Removal is done before addition of addFlags.
IServerApiUrlsContinuation of the fluent syntax.
This method contacts the API of target server at
WorkingServerUrl and retrieves
the real locations of its services for the URLs being built.