Declaration
public HttpUrl(
bool https,
string httpHost,
string httpLocation
)
Summary
Constructor.
Parameters
bool | https |
Whether this is an HTTPS URL. |
string | httpHost |
The value of the HTTP "Host" header. |
string | httpLocation |
The value of the HTTP resource location field. |