/**
  * Устанавливает порт
  *
  * @param $iPort
  */
 public static function SetPort($iPort)
 {
     self::$iHttpPort = $iPort;
 }