C# 클래스 Goedel.Recrypt.Client.RecryptPortal

Abstract interface to a service that supports the Recrypt API calls. Mostly for useful in test code where the ability to switch between a direct and indirect portal connection is desirable.
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 프로퍼티들

프로퍼티 타입 설명
MeshServiceClient Goedel.Recrypt.RecryptService

공개 메소드들

메소드 설명
GetService ( string Portal ) : RecryptService

Return a RecryptService object for the named portal service.

GetService ( string Portal, string Account ) : RecryptService

Return a RecryptService object for the named portal service.

메소드 상세

GetService() 공개 메소드

Return a RecryptService object for the named portal service.
public GetService ( string Portal ) : RecryptService
Portal string Address of the portal service.
리턴 Goedel.Recrypt.RecryptService

GetService() 공개 추상적인 메소드

Return a RecryptService object for the named portal service.
public abstract GetService ( string Portal, string Account ) : RecryptService
Portal string Address of the portal service.
Account string Account name.
리턴 Goedel.Recrypt.RecryptService

프로퍼티 상세

MeshServiceClient 공개적으로 프로퍼티

May be set to the default RecryptService by a calling application.
public RecryptService,Goedel.Recrypt MeshServiceClient
리턴 Goedel.Recrypt.RecryptService