| 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
Syntaxpublic 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
RemarksSet this only if you have an older server that only works with older SSL connections.
 See Also
See Also