ServicePointManager.DefaultNonPersistentConnectionLimit Pole

Definice

Výchozí počet trvalých připojení (4) povolený u objektu ServicePoint připojeného k serveru HTTP/1.0 nebo novějšímu. Toto pole je konstantní, ale k rozhraní .NET Framework 2.0 se již nepoužívá.

public: int DefaultNonPersistentConnectionLimit = 4;
public const int DefaultNonPersistentConnectionLimit = 4;
val mutable DefaultNonPersistentConnectionLimit : int
Public Const DefaultNonPersistentConnectionLimit As Integer  = 4

Hodnota pole

Value = 4

Platí pro