C# Класс Goedel.Recrypt.Client.MeshPortalRemote

Connection to network service using HTTP client.
Наследование: RecryptPortal
Показать файл Открыть проект

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

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

Return a RecryptService object for the named portal service.

MeshPortalRemote ( ) : System

Default constructor.

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

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

Return a RecryptService object for the named portal service.
public GetService ( string Service, string Account ) : RecryptService
Service string
Account string
Результат Goedel.Recrypt.RecryptService

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

Default constructor.
public MeshPortalRemote ( ) : System
Результат System