ServicePoint.BindIPEndPointDelegate プロパティ
アセンブリ: System (system.dll 内)

Dim instance As ServicePoint Dim value As BindIPEndPoint value = instance.BindIPEndPointDelegate instance.BindIPEndPointDelegate = value
public: property BindIPEndPoint^ BindIPEndPointDelegate { BindIPEndPoint^ get (); void set (BindIPEndPoint^ value); }
/** @property */ public BindIPEndPoint get_BindIPEndPointDelegate () /** @property */ public void set_BindIPEndPointDelegate (BindIPEndPoint value)
public function get BindIPEndPointDelegate () : BindIPEndPoint public function set BindIPEndPointDelegate (value : BindIPEndPoint)
強制的に ServicePoint が特定のローカル インターネット プロトコル (IP) アドレスとポート番号を使用するようにするデリゲート。既定値は null 参照 (Visual Basic では Nothing) です。

一部の負荷分散技術には、クライアントが IPAddress.Any (インターネット プロトコル Version 6 の場合は IPAddress.IPv6Any) と一時的なポートではなく、特定のローカル IP アドレスとポート番号を使用していることという要件があります。BindIPEndPointDelegate で、この要件を満たすことができます。


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からServicePoint.BindIPEndPointDelegate プロパティを検索する場合は、下記のリンクをクリックしてください。

- ServicePoint.BindIPEndPointDelegate プロパティのページへのリンク