IServerUrls Interface

Base interface which provides building of URLs for 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 IServerUrls : IUrlBuilder
Implements
IUrlBuilder

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

GetServiceUrl Determines the base URL of the service with specified name.

See Also