C# 클래스 Goedel.Mesh.PublicMeshServiceProvider

The host class. Receives a stream from the HTTP server caller and dispatches the specified server.
상속: MeshServiceProvider
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
PublicMeshServiceProvider ( string Domain, string MeshStore, string PortalStore ) : System

Initialize a Mesh Service Provider.

메소드 상세

PublicMeshServiceProvider() 공개 메소드

Initialize a Mesh Service Provider.
public PublicMeshServiceProvider ( string Domain, string MeshStore, string PortalStore ) : System
Domain string The domain of the service provider.
MeshStore string The mesh persistence store filename.
PortalStore string The portal persistence store fielname.
리턴 System