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입니다.

설명

일부 부하 분산 기술을 사용하려면 클라이언트가 (또는 IPAddress.IPv6Any 인터넷 프로토콜 버전 6의 경우) 및 임시 포트가 아닌 IPAddress.Any 특정 로컬 IP 주소 및 포트 번호를 사용해야 합니다. 이 요구 사항을 충족할 BindIPEndPointDelegate 수 있습니다.

적용 대상