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
Show file Open project: hallambaker/Mathematical-Mesh

Public Methods

Method 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 method

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.
return MeshService

MeshPortalLocal() public method

Create new portal using the default stores.
public MeshPortalLocal ( ) : System
return System