C# Class Goedel.Mesh.MeshLocalPortal

Abstract interface to a local service provider.
Inheritance: MeshPortal
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Свойство Type Description
MeshServiceHost PublicMeshServiceProvider

Protected Properties

Свойство Type Description
MeshStore string
PortalStore string
ServiceName string

Property Details

MeshServiceHost public_oe property

The local PublicMeshServiceHost.
public PublicMeshServiceProvider,Goedel.Mesh MeshServiceHost
Résultat PublicMeshServiceProvider

MeshStore protected_oe property

File name for local access to the mesh store.
protected string MeshStore
Résultat string

PortalStore protected_oe property

File name for local access to the portal store.
protected string PortalStore
Résultat string

ServiceName protected_oe property

The service name (default to mesh.prismproof.org)
protected string ServiceName
Résultat string