namespace PlutoServer.PracticeChoice { partial class PlutoService { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.PracticeChoiceBinMessage = new RemObjects.SDK.BinMessage(); this.PracticeChoiceTcpServerChannel = new RemObjects.SDK.Server.IpTcpServerChannel(this.components); this.PlutoOlympiaipSuperTcpClientChannel = new RemObjects.SDK.IpSuperTcpClientChannel(this.components); this.PlutoOlympiaServerSessionManager = new RemObjects.SDK.Server.OlympiaServerSessionManager(this.components); ((System.ComponentModel.ISupportInitialize)(this.PracticeChoiceTcpServerChannel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PlutoOlympiaipSuperTcpClientChannel)).BeginInit(); // // PracticeChoiceBinMessage // this.PracticeChoiceBinMessage.ContentType = "application/octet-stream"; this.PracticeChoiceBinMessage.SerializerInstance = null; // // PracticeChoiceTcpServerChannel // this.PracticeChoiceTcpServerChannel.Dispatchers.Add(new RemObjects.SDK.Server.MessageDispatcher("bin", this.PracticeChoiceBinMessage)); this.PracticeChoiceTcpServerChannel.Port = 1947; // // // this.PracticeChoiceTcpServerChannel.TcpServer.Port = 1947; // // PlutoOlympiaipSuperTcpClientChannel // this.PlutoOlympiaipSuperTcpClientChannel.ClientGuid = new System.Guid("20e5e874-3677-40e1-9bd1-da83a197cb29"); this.PlutoOlympiaipSuperTcpClientChannel.EventThreadPool = null; this.PlutoOlympiaipSuperTcpClientChannel.Hostname = "127.0.0.1"; this.PlutoOlympiaipSuperTcpClientChannel.Port = 8011; // // PlutoOlympiaServerSessionManager // this.PlutoOlympiaServerSessionManager.ApplicationId = new System.Guid("c49aa0c8-2bce-4a43-89b2-cf00644bedac"); this.PlutoOlympiaServerSessionManager.Channel = this.PlutoOlympiaipSuperTcpClientChannel; this.PlutoOlympiaServerSessionManager.MaxPoolSize = 1; // // PlutoService // this.ServiceName = "Service1"; ((System.ComponentModel.ISupportInitialize)(this.PracticeChoiceTcpServerChannel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PlutoOlympiaipSuperTcpClientChannel)).EndInit(); } #endregion private RemObjects.SDK.BinMessage PracticeChoiceBinMessage; private RemObjects.SDK.Server.IpTcpServerChannel PracticeChoiceTcpServerChannel; private RemObjects.SDK.IpSuperTcpClientChannel PlutoOlympiaipSuperTcpClientChannel; private RemObjects.SDK.Server.OlympiaServerSessionManager PlutoOlympiaServerSessionManager; } }