IUrlsManager Interface

Provides access to the product URLs and related information.

Definition

Namespace: SMath.Manager.Network
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public interface IUrlsManager

Properties

LangAbbr The current value of Abbr which is used for building the localized URLs.
UserAgent Identifier of the user agent which is used for HTTP requests.
UserAgentParams An aggregate parameter string which identifies the client platform for UserAgent. Includes Platform, OS and IsPortableVersion parameters.
WorkingServerUrl URL of the server the program connects to.

Methods

ClearCachedUrls Clears the cached URLs which have been fetched from the server via WorkingServerUrl.
PublicSitePages Starts building of URLs for pages and applications of the product web site.
ServerApi Starts building of URLs for public API of the server the program connects to.
ServerPages Starts building of URLs for pages and applications of the server the program connects to.

See Also