In This Topic

ForceHTTPS Property

In This Topic
Specifies the protocol of communication used by the application hosting the DocuVieware control. By default DocuVieware tries to determine if the application is running in http or https protocol. If the application is known to be run in HTTPS mode this property should be switched to true.
Syntax
'Declaration
 
Public Property ForceHTTPS As Boolean
public bool ForceHTTPS {get; set;}
Remarks
Default value is false.
See Also