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