System.Net.ServicePoint.BindIPEndPointDelegate Property

Specifies the delegate to associate a local System.Net.IPEndPoint with a System.Net.ServicePoint.

Syntax

public BindIPEndPoint BindIPEndPointDelegate { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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 ServicePoint.BindIPEndPointDelegate can satisfy this requirement.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0