Initial Commit ...
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace xHttpService.Configurations {
|
||||
public partial class XHttpServiceConfiguration {
|
||||
/// <summary>
|
||||
/// Determines Http Handler Check SSL or not ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public bool DisableSSLCheck { get; set; }
|
||||
public int DefaultClientTimeout { get; set; } = 360;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user