C# 클래스 Goedel.Mesh.MeshPortalRemote

Connection to network service using HTTP client.
상속: MeshPortal
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
GetService ( string Service, string Account ) : MeshService

Return a MeshService object for the named portal service.

MeshPortalRemote ( ) : System

Default constructor.

메소드 상세

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

MeshPortalRemote() 공개 메소드

Default constructor.
public MeshPortalRemote ( ) : System
리턴 System