예제 #1
0
파일: InnerConfig.cs 프로젝트: nie341/ET
        public override void EndInit()
        {
            base.EndInit();

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