RemObjects.InternetPack.ServerBinding.ServerBinding C# (CSharp) 메소드

ServerBinding() 공개 메소드

public ServerBinding ( ) : System
리턴 System
		public ServerBinding()
		{
			this.ListenerThreadCount = 1;
			this.MaxWaitConnections = MAX_WAIT_CONNECTIONS;
			this.EnableNagle = false;
			this.ReuseAddress = true;
		}