Sdílet prostřednictvím


ServicePoint.BindIPEndPointDelegate Vlastnost

Definice

Určuje delegáta, který přidruží místní IPEndPoint k ServicePoint.

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

Hodnota vlastnosti

Delegát, který vynutí ServicePoint použití konkrétní místní ip adresy (IP) a čísla portu. Výchozí hodnota je null.

Poznámky

Některé techniky vyrovnávání zatížení vyžadují, aby klient používal konkrétní místní IP adresu a číslo portu místo IPAddress.Any (nebo IPAddress.IPv6Any pro protokol IP verze 6) a dočasný port. Váš BindIPEndPointDelegate může tomuto požadavku vyhovovat.

Platí pro