C# Class Goedel.Mesh.PublicMeshServiceProvider

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

Méthodes publiques

Méthode Description
PublicMeshServiceProvider ( string Domain, string MeshStore, string PortalStore ) : System

Initialize a Mesh Service Provider.

Method Details

PublicMeshServiceProvider() public méthode

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.
Résultat System