IServerPagesUrls Interface

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

Definition

Namespace: SMath.Manager.Network.UrlBuilders
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public interface IServerPagesUrls : IServerUrls, 
	IUrlBuilder
Implements
IUrlBuilder, IServerUrls

Remarks

Remarks

The server may be Root or Local depending on the program edition and user selection.

Properties

DefaultFlags Default flags for the URLs at this level.
(Inherited from IUrlBuilder)
Flags Flags which are actually used for building the URLs at this level.
(Inherited from IUrlBuilder)
Urls URLs manager the builder belongs to.
(Inherited from IUrlBuilder)

Methods

ActivateOffline Builds the URL of the Offline Activation page on the public web site.
Cloud Builds the URL of SMath Cloud application on the server.
FilesRegistration Builds the URL of the Files Registration page on the server.
GetServiceUrl Determines the base URL of the service with specified name.
(Inherited from IServerUrls)
Home Builds the URL of the Home page of the server.
Register Builds the URL of the User Registration page on the server.
RestoreAccess Builds the URL of the Restore Access page on the server.

See Also