Animatroller.Framework.Expander.MonoExpanderServer.MonoExpanderServer C# (CSharp) Method

MonoExpanderServer() public method

public MonoExpanderServer ( [ name = "" ) : System
name [
return 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