HttpDocumentRetriever.RequireHttps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requires Https secure channel for sending requests.. This is turned ON by default for security reasons. It is RECOMMENDED that you do not allow retrieval from http addresses by default.
public bool RequireHttps { get; set; }
member this.RequireHttps : bool with get, set
Public Property RequireHttps As Boolean