IUrlsManagerServerApi Method

Starts building of URLs for public API 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#
IServerApiUrls ServerApi(
	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

IServerApiUrls
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