HtmlToPdfClientsetSecureProtocol Method |
Set the protocol used for secure (HTTPS) connections.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setSecureProtocol(
SecureProtocol secureProtocol
)
Public Function setSecureProtocol (
secureProtocol As SecureProtocol
) As HtmlToPdfClient
Parameters
- secureProtocol
- Type: SelectPdf.ApiSecureProtocol
Secure protocol.
Return Value
Type:
HtmlToPdfClientReference to the current object.
Remarks Set this only if you have an older server that only works with older SSL connections.
See Also