Animatroller.Framework.Expander.MonoExpanderServer.MonoExpanderServer C# (CSharp) 메소드

MonoExpanderServer() 공개 메소드

public MonoExpanderServer ( [ name = "" ) : System
name [
리턴 System
        public MonoExpanderServer([System.Runtime.CompilerServices.CallerMemberName] string name = "")
        {
            Initialize(
                name: name,
                listenPort: Executor.Current.GetSetKey(this, name + ".listenPort", 8081),
                communicationType: CommunicationTypes.Netty);
        }

Same methods

MonoExpanderServer::MonoExpanderServer ( int listenPort, [ name = "" ) : System