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;
		}