AcManager.Tools.Profile.PlayerStatsWebServer.PublishDataSocketsServer.PublishDataSocketsServer C# (CSharp) Method

PublishDataSocketsServer() public method

public PublishDataSocketsServer ( string name ) : System
name string
return System
            public PublishDataSocketsServer(string name) : base(true, 0) {
                ServerName = name;
            }