Class ServicePointManagerConfigurator.ServicePointConfigurator
Inheritance
System.Object
ServicePointManagerConfigurator.ServicePointConfigurator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Web
Assembly: NFX.Web.dll
Syntax
public sealed class ServicePointConfigurator
Fields
ServicePoint
Declaration
public readonly ServicePoint ServicePoint
Field Value
Type | Description |
---|---|
System.Net.ServicePoint |
Properties
ConnectionLeaseTimeout
Declaration
[Config]
public int ConnectionLeaseTimeout { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ConnectionLimit
Declaration
[Config]
public int ConnectionLimit { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Expect100Continue
Declaration
[Config("$expect-100-continue")]
public bool Expect100Continue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxIdleTime
Declaration
[Config]
public int MaxIdleTime { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReceiveBufferSize
Declaration
[Config]
public int ReceiveBufferSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
UseNagleAlgorithm
Declaration
[Config]
public bool UseNagleAlgorithm { get; }
Property Value
Type | Description |
---|---|
System.Boolean |