IUrlsManagerServerPages Method
Starts building of URLs for pages and applications of the server the program connects to.
Namespace: SMath.Manager.NetworkAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
IServerPagesUrls ServerPages(
UrlFlags addFlags = UrlFlags.None,
UrlFlags removeFlags = UrlFlags.None
)
Function ServerPages (
Optional addFlags As UrlFlags = UrlFlags.None,
Optional removeFlags As UrlFlags = UrlFlags.None
) As IServerPagesUrls
IServerPagesUrls^ ServerPages(
UrlFlags addFlags = UrlFlags::None,
UrlFlags removeFlags = UrlFlags::None
)
abstract ServerPages :
?addFlags : UrlFlags *
?removeFlags : UrlFlags
(* Defaults:
let _addFlags = defaultArg addFlags UrlFlags.None
let _removeFlags = defaultArg removeFlags UrlFlags.None
*)
-> IServerPagesUrls
- 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.
IServerPagesUrlsContinuation 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.