ServicePoint.BindIPEndPointDelegate Property
Specifies the delegate to associate a local IPEndPoint with a ServicePoint.
Namespace: System.Net
Assembly: System (in System.dll)
Property Value
Type: System.Net.BindIPEndPointA delegate that forces a ServicePoint to use a particular local Internet Protocol (IP) address and port number. The default value is null.
Some load balancing techniques require a client to use a specific local IP address and port number, rather than IPAddress.Any (or IPAddress.IPv6Any for Internet Protocol Version 6) and an ephemeral port. Your BindIPEndPointDelegate can satisfy this requirement.
- SecurityPermission
for binding to a local port. Associated enumeration: Infrastructure
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.