Skip to content

Commit f3d6d82

Browse files
committed
Feedback 2
1 parent 0dbf841 commit f3d6d82

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

xml/System.Net/ServicePoint.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Although a <xref:System.Net.ServicePoint> object can make multiple connections t
324324
## Remarks
325325
326326
> [!NOTE]
327-
> Since .NET 9, this property is not implemented.
327+
> This property is only implemented on .NET Framework.
328328
329329
## Examples
330330
The following code example displays the value of this property.
@@ -658,7 +658,7 @@ Although a <xref:System.Net.ServicePoint> object can make multiple connections t
658658
The <xref:System.Net.ServicePoint.CurrentConnections> property contains the number of open Internet connections associated with this <xref:System.Net.ServicePoint> object. The value of <xref:System.Net.ServicePoint.CurrentConnections> cannot exceed that of <xref:System.Net.ServicePoint.ConnectionLimit>.
659659
660660
> [!NOTE]
661-
> Since .NET 9, this property is not implemented.
661+
> This property is only implemented on .NET Framework.
662662
663663
## Examples
664664
The following code example uses the <xref:System.Net.ServicePoint.CurrentConnections> property to determine the number of open Internet connections associated with this <xref:System.Net.ServicePoint> object.
@@ -1190,7 +1190,7 @@ The `GetHashCode` method returns a hash code of this instance. This value can be
11901190
Pipelining is described in detail in IETF RFC 2616 section 8.1.2.2.
11911191
11921192
> [!NOTE]
1193-
> Since .NET 9, this property is not implemented.
1193+
> This property is only implemented on .NET Framework.
11941194
11951195
## Examples
11961196
The following code example displays the value of this property.

xml/System.Net/ServicePointManager.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
## Remarks
424424
425425
> [!NOTE]
426-
> Since .NET 9, this property is not implemented.
426+
> This property is only implemented on .NET Framework.
427427
428428
## Examples
429429
The following code example sets this property.
@@ -484,7 +484,7 @@
484484
When more than one IP address is associated with a host name, a DNS resolution normally returns only the first IP address. If you set this property to `true`, then subsequent DNS resolutions will cycle through all available IP addresses for a particular host. This option is useful when a service uses DNS as a load balancing mechanism between servers or server clusters.
485485
486486
> [!NOTE]
487-
> Since .NET 9, this property is not implemented.
487+
> This property is only implemented on .NET Framework.
488488
489489
## Examples
490490
The following code example sets this property.
@@ -551,7 +551,7 @@
551551
The use of the Null cipher is required when the encryption policy is set to <xref:System.Net.Security.EncryptionPolicy.NoEncryption?displayProperty=nameWithType>.
552552
553553
> [!NOTE]
554-
> Since .NET 9, this property is not implemented.
554+
> This property is only implemented on .NET Framework.
555555
556556
]]></format>
557557
</remarks>
@@ -987,7 +987,7 @@
987987
When you reduce the <xref:System.Net.ServicePointManager.MaxServicePoints%2A> property below the number of <xref:System.Net.ServicePoint> objects currently in existence, the <xref:System.Net.ServicePointManager> deletes the <xref:System.Net.ServicePoint> objects with the longest idle times. If the number of <xref:System.Net.ServicePoint> objects with active connections is greater than the value of <xref:System.Net.ServicePointManager.MaxServicePoints%2A>, the <xref:System.Net.ServicePointManager> object deletes the <xref:System.Net.ServicePoint> objects as they become idle.
988988
989989
> [!NOTE]
990-
> Since .NET 9, this property is not implemented.
990+
> This property is only implemented on .NET Framework.
991991
992992
## Examples
993993
The following code example sets this property.
@@ -1049,7 +1049,7 @@
10491049
The default value is `false`.
10501050
10511051
> [!NOTE]
1052-
> Since .NET 9, this property is not implemented.
1052+
> This property is only implemented on .NET Framework.
10531053
10541054
]]></format>
10551055
</remarks>

0 commit comments

Comments
 (0)