IUrlsManagerServerPages Method

Starts building of URLs for pages and applications of the server the program connects to.

Definition

Namespace: SMath.Manager.Network
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
IServerPagesUrls ServerPages(
	UrlFlags addFlags = UrlFlags.None,
	UrlFlags removeFlags = UrlFlags.None
)

Parameters

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.

Return Value

IServerPagesUrls
Continuation of the fluent syntax.

Remarks

This method contacts the API of target server at WorkingServerUrl and retrieves the real locations of its services for the URLs being built.

See Also