C# Class Goedel.Mesh.MeshLocalPortal

Abstract interface to a local service provider.
Inheritance: MeshPortal
Show file Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
MeshServiceHost PublicMeshServiceProvider

Protected Properties

Property Type Description
MeshStore string
PortalStore string
ServiceName string

Property Details

MeshServiceHost public property

The local PublicMeshServiceHost.
public PublicMeshServiceProvider,Goedel.Mesh MeshServiceHost
return PublicMeshServiceProvider

MeshStore protected property

File name for local access to the mesh store.
protected string MeshStore
return string

PortalStore protected property

File name for local access to the portal store.
protected string PortalStore
return string

ServiceName protected property

The service name (default to mesh.prismproof.org)
protected string ServiceName
return string