Goedel.Mesh.MeshClient.MeshClient C# (CSharp) Method

MeshClient() public method

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

Same methods

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