ServicePointManager.DefaultNonPersistentConnectionLimit 필드

정의

HTTP/1.0 이상 서버에 연결된 개체에서 ServicePoint 허용되는 비영구 연결(4)의 기본 수입니다. 이 필드는 상수이지만 .NET Framework 2.0에서는 더 이상 사용되지 않습니다.

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

필드 값

Value = 4

적용 대상