set_port_number
Set the port
Synopsis
url_base&
set_port_number(uint16_t n);
Declared in file <include/boost/url/url_base.hpp> on line 1522
Defined in file <src/url_base.cpp> on line 942
Example
assert( url( "http://www.example.com" ).set_port_number( 8080 ).authority().buffer() == "www.example.com:8080" );
Postconditions
this->has_authority() == true && this->has_port() == true && this->port_number() == n