namespace xHttpService.Configurations { public partial class XHttpServiceConfiguration { /// /// Determines Http Handler Check SSL or not ... /// /// public bool DisableSSLCheck { get; set; } public int DefaultClientTimeout { get; set; } = 360; } }