ServicePointManager.DefaultNonPersistentConnectionLimit Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default number of non-persistent connections (4) allowed on a ServicePoint object connected to an HTTP/1.0 or later server. This field is constant but is no longer used as of .NET Framework 2.0.
public: int DefaultNonPersistentConnectionLimit = 4;
public const int DefaultNonPersistentConnectionLimit = 4;
val mutable DefaultNonPersistentConnectionLimit : int
Public Const DefaultNonPersistentConnectionLimit As Integer = 4
Field Value
Value = 4Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา