4 references to BindIPEndPoint
netstandard (1)
netstandard.cs (1)
1067[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.BindIPEndPoint))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
594[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.BindIPEndPoint))]
System.Net.Requests (1)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (1)
472public System.Net.BindIPEndPoint? BindIPEndPointDelegate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
System.Net.ServicePoint (1)
System.Net.ServicePoint.cs (1)
4[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.BindIPEndPoint))]