共用方式為


ServicePoint.BindIPEndPointDelegate 屬性

定義

指定要將本機 IPEndPointServicePoint產生關聯的委派。

public:
 property System::Net::BindIPEndPoint ^ BindIPEndPointDelegate { System::Net::BindIPEndPoint ^ get(); void set(System::Net::BindIPEndPoint ^ value); };
public System.Net.BindIPEndPoint? BindIPEndPointDelegate { get; set; }
public System.Net.BindIPEndPoint BindIPEndPointDelegate { get; set; }
member this.BindIPEndPointDelegate : System.Net.BindIPEndPoint with get, set
Public Property BindIPEndPointDelegate As BindIPEndPoint

屬性值

強制 ServicePoint 使用特定本機因特網通訊協定 (IP) 位址和埠號碼的委派。 預設值為 null

備註

謹慎

WebRequestHttpWebRequestServicePointWebClient 已經過時,您不應該將它們用於新的開發。 請改用 HttpClient

某些負載平衡技術需要用戶端使用特定的本機 IP 位址和埠號碼,而不是 IPAddress.Any(或因特網通訊協定第 6 版的 IPAddress.IPv6Any)和暫時埠。 您的 BindIPEndPointDelegate 可以滿足此需求。

適用於