PeerTransportElement.ListenIPAddress 속성

정의

피어 전송에서 수신할 IP 주소를 지정하는 구성 요소를 가져오거나 설정합니다.

public:
 property System::Net::IPAddress ^ ListenIPAddress { System::Net::IPAddress ^ get(); void set(System::Net::IPAddress ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.PeerTransportListenAddressConverter))]
[System.Configuration.ConfigurationProperty("listenIPAddress", DefaultValue=null)]
public System.Net.IPAddress ListenIPAddress { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.PeerTransportListenAddressConverter))>]
[<System.Configuration.ConfigurationProperty("listenIPAddress", DefaultValue=null)>]
member this.ListenIPAddress : System.Net.IPAddress with get, set
Public Property ListenIPAddress As IPAddress

속성 값

IPAddress

피어 전송에서 수신할 IP 주소를 포함하는 IPAddress입니다.

특성

설명

이 속성이 설정되지 않거나 null 참조로 설정되면, 연결된 PeerNode가 로컬 컴퓨터에 대해 구성된 모든 전역 주소(IPv4 및 IPv6 모두)를 수신합니다.

적용 대상