Initial Commit

This commit is contained in:
2016-07-27 00:32:34 -04:00
commit 8d162b2035
701 changed files with 188672 additions and 0 deletions

View File

@@ -0,0 +1,76 @@
namespace PlutoServer.PracticeChoice {
partial class PlutoService {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if(disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}