Method: Net::HTTP.proxy_port
- Defined in:
- lib/net/http.rb
.proxy_port ⇒ Object (readonly)
Returns the port number of the proxy host, or nil if none; see Net::HTTP@Proxy+Server.
1836 1837 1838 |
# File 'lib/net/http.rb', line 1836 def proxy_port @proxy_port end |