Lines Matching refs:port
39 var $port = 80; // port we are connecting to variable in Snoopy
142 $this->port = $URI_PARTS["port"];
206 $this->port = $URI_PARTS["port"];
294 $this->port = $URI_PARTS["port"];
365 $this->port = $URI_PARTS["port"];
792 if(!empty($this->port))
793 $headers .= ":".$this->port;
869 $this->_redirectaddr = $URI_PARTS["scheme"]."://".$this->host.":".$this->port;
956 if(!empty($this->port))
957 $headers[] = "Host: ".$this->host.":".$this->port;
1037 $this->_redirectaddr = $URI_PARTS["scheme"]."://".$this->host.":".$this->port;
1126 $port = $this->proxy_port;
1131 $port = $this->port;
1138 $port,