Click or drag to resize

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
)

Parameters

secureProtocol
Type: SelectPdf.ApiSecureProtocol
Secure protocol.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
Remarks
Set this only if you have an older server that only works with older SSL connections.
See Also