C# Class Goedel.Mesh.MeshPortalLocal

Direct connection to service provider via JSON encoding, decoding and dispatch. Useful for producing documentation and for testing.
Inheritance: MeshLocalPortal
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
GetService ( string Service, string Account ) : MeshService

Return a MeshService object for the named portal service.

MeshPortalLocal ( ) : System

Create new portal using the default stores.

Method Details

GetService() public méthode

Return a MeshService object for the named portal service.
public GetService ( string Service, string Account ) : MeshService
Service string The service to get the service from.
Account string The account to get.
Résultat MeshService

MeshPortalLocal() public méthode

Create new portal using the default stores.
public MeshPortalLocal ( ) : System
Résultat System