new Endpoint(url, pem, clientKey, clientCert)
Parameters:
Name | Type | Description |
---|---|---|
url |
string | |
pem |
string | |
clientKey |
string | |
clientCert |
string |
Methods
-
isTLS()
-
Determine whether or not this endpoint uses TLS.
Returns:
True if this endpoint uses TLS, false otherwise.- Type
- boolean