Method | Description | |
---|---|---|
HostSpec ( string scheme, string host, int port ) : System |
Constructs a HostSpec with the provided parameters
|
|
ToUriBuilder ( ) : |
Returns a UriBuilder for the HostSpec
|
public HostSpec ( string scheme, string host, int port ) : System | ||
scheme | string | The scheme used for communicating with the server (http, https, etc.) |
host | string | The host name of the server |
port | int | The port to communicate with the server on |
return | System |