C# Class Goedel.Mesh.PublicMeshServiceProvider

The host class. Receives a stream from the HTTP server caller and dispatches the specified server.
Inheritance: MeshServiceProvider
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
PublicMeshServiceProvider ( string Domain, string MeshStore, string PortalStore ) : System

Initialize a Mesh Service Provider.

Method Details

PublicMeshServiceProvider() public method

Initialize a Mesh Service Provider.
public PublicMeshServiceProvider ( string Domain, string MeshStore, string PortalStore ) : System
Domain string The domain of the service provider.
MeshStore string The mesh persistence store filename.
PortalStore string The portal persistence store fielname.
return System