C# Class Goedel.Mesh.MeshLocalPortal

Abstract interface to a local service provider.
Inheritance: MeshPortal
Exibir arquivo 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_oe property

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

MeshStore protected_oe property

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

PortalStore protected_oe property

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

ServiceName protected_oe property

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