10 lines
341 B
C#
10 lines
341 B
C#
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;
|
|
}
|
|
} |