다음을 통해 공유


UdpTransportElement.MulticastInterfaceId 속성

정의

멀티캐스트 메시지를 보내고 받을 때 사용되는 네트워크 어댑터를 고유하게 식별하는 값을 가져오거나 설정합니다.

public:
 property System::String ^ MulticastInterfaceId { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("multicastInterfaceId", DefaultValue=null)]
[System.Configuration.StringValidator]
public string MulticastInterfaceId { get; set; }
[<System.Configuration.ConfigurationProperty("multicastInterfaceId", DefaultValue=null)>]
[<System.Configuration.StringValidator>]
member this.MulticastInterfaceId : string with get, set
Public Property MulticastInterfaceId As String

속성 값

String

UDP 바인딩 요소에 사용되는 네트워크 어댑터의 값입니다.

특성

적용 대상