共用方式為


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 繫結項目中所使用的網路介面卡值。

屬性

適用於