Goedel.Mesh.MeshClient.MeshClient C# (CSharp) 메소드

MeshClient() 공개 메소드

Connect up to the specified Mesh Portal
public MeshClient ( string Portal ) : System
Portal string The portal to connect to.
리턴 System
        public MeshClient(string Portal) {
            this.Portal = Portal;
            MeshService = MeshPortal.Default.GetService(Portal);
            }

Same methods

MeshClient::MeshClient ( string Portal, string AccountID ) : System