C# Класс Goedel.Mesh.MeshPortalLocal

Direct connection to service provider via JSON encoding, decoding and dispatch. Useful for producing documentation and for testing.
Наследование: MeshLocalPortal
Показать файл Открыть проект

Открытые методы

Метод Описание
GetService ( string Service, string Account ) : MeshService

Return a MeshService object for the named portal service.

MeshPortalLocal ( ) : System

Create new portal using the default stores.

Описание методов

GetService() публичный Метод

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.
Результат MeshService

MeshPortalLocal() публичный Метод

Create new portal using the default stores.
public MeshPortalLocal ( ) : System
Результат System