Sdílet prostřednictvím


ServicePointManager.DefaultNonPersistentConnectionLimit Pole

Definice

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

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