= private = protected
proxy_port()
The port of the proxy server, if one is configured.
# File lib/net/http.rb, line 1075 def proxy_port if @proxy_from_env then proxy_uri&.port else @proxy_port end end