11 references to ServicePoint
netstandard (1)
netstandard.cs (1)
1253
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
ServicePoint
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
741
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
ServicePoint
))]
System.Net.Mail (2)
System\Net\Mail\SmtpClient.cs (2)
54
private
ServicePoint
? _servicePoint;
254
public
ServicePoint
ServicePoint
System.Net.Requests (6)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (6)
141
public System.Net.
ServicePoint
ServicePoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
222
public System.Net.
ServicePoint
ServicePoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
456
public delegate System.Net.IPEndPoint BindIPEndPoint(System.Net.
ServicePoint
servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount);
508
public static System.Net.
ServicePoint
FindServicePoint(string uriString, System.Net.IWebProxy? proxy) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
509
public static System.Net.
ServicePoint
FindServicePoint(System.Uri address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
510
public static System.Net.
ServicePoint
FindServicePoint(System.Uri address, System.Net.IWebProxy? proxy) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
System.Net.ServicePoint (1)
System.Net.ServicePoint.cs (1)
6
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
ServicePoint
))]