Files
MyMcKesson/TomcatServer/PlutoServer/PlutoService.Designer.cs
2016-07-27 00:32:34 -04:00

63 lines
2.1 KiB
C#

namespace PlutoServer
{
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.ServerChannel = new RemObjects.SDK.Server.IpTcpServerChannel(this.components);
this.binMessage = new RemObjects.SDK.BinMessage();
((System.ComponentModel.ISupportInitialize)(this.ServerChannel)).BeginInit();
//
// ServerChannel
//
this.ServerChannel.Dispatchers.Add(new RemObjects.SDK.Server.MessageDispatcher("bin", this.binMessage));
this.ServerChannel.Port = 8090;
//
//
//
this.ServerChannel.TcpServer.Port = 8090;
//
// binMessage
//
this.binMessage.ContentType = "application/octet-stream";
this.binMessage.SerializerInstance = null;
//
// PlutoService
//
this.ServiceName = "PlutoServer";
((System.ComponentModel.ISupportInitialize)(this.ServerChannel)).EndInit();
}
#endregion
private RemObjects.SDK.Server.IpTcpServerChannel ServerChannel;
private RemObjects.SDK.BinMessage binMessage;
}
}