HttpMethodsCreateHttpHost Method
Creates Host header value using current connection parameters.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
public static string CreateHttpHost(
string address,
string port,
bool ssl
)
- address String
- Host name or address of HTTP server.
- port String
- Port of HTTP service. It can be empty to use default port.
- ssl Boolean
- Whether secure socket layer should be used for HTTP transfer.
String