C# 클래스 Goedel.Mesh.MeshPortalLocal

Direct connection to service provider via JSON encoding, decoding and dispatch. Useful for producing documentation and for testing.
상속: MeshLocalPortal
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
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