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

Abstract interface to a service that supports the MeshPortal API calls. Mostly for useful in test code where the ability to switch between a direct and indirect portal connection is desirable.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
MeshServiceClient MeshService

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

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

Return a MeshService object for the named portal service.

GetService ( string Portal, string Account ) : MeshService

Return a MeshService object for the named portal service.

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

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

Return a MeshService object for the named portal service.
public GetService ( string Portal ) : MeshService
Portal string Address of the portal service.
Результат MeshService

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

Return a MeshService object for the named portal service.
public abstract GetService ( string Portal, string Account ) : MeshService
Portal string Address of the portal service.
Account string Account name.
Результат MeshService

Описание свойств

MeshServiceClient публичное свойство

May be set to the default MeshService by a calling application.
public MeshService,Goedel.Mesh MeshServiceClient
Результат MeshService