示例#1
0
        public override void EndInit()
        {
            base.EndInit();

            if (this.Host2 == null)
            {
                this.Host2 = this.Host;
            }

            this.ipEndPoint  = NetworkHelper.ToIPEndPoint(this.Host, this.Port);
            this.ipEndPoint2 = NetworkHelper.ToIPEndPoint(this.Host2, this.Port);
        }
示例#2
0
文件: InnerConfig.cs 项目: nie341/ET
        public override void EndInit()
        {
            base.EndInit();

            this.ipEndPoint = NetworkHelper.ToIPEndPoint(this.Host, this.Port);
        }