共用方式為


UdpAnySourceMulticastClient(IPAddress, Int32) 建構函式

定義

警告

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

建立新的 UdpAnySourceMulticastClient UDP 用戶端,用於訂閱群組位址和接收來自任意來源的資料包。

public:
 UdpAnySourceMulticastClient(System::Net::IPAddress ^ groupAddress, int localPort);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public UdpAnySourceMulticastClient (System.Net.IPAddress groupAddress, int localPort);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
new System.Net.Sockets.UdpAnySourceMulticastClient : System.Net.IPAddress * int -> System.Net.Sockets.UdpAnySourceMulticastClient
Public Sub New (groupAddress As IPAddress, localPort As Integer)

參數

groupAddress
IPAddress

此收件者要訂閱的多點傳送群組位址。

localPort
Int32

此收件者要繫結的本機連接埠。

屬性

例外狀況

groupAddressnull。 reference

localPort 小於 0 或 localPort 大於 65,535。

備註

UdpAnySourceMulticastClient 構函式會將 UDP 多播套接字與群組位址和埠建立關聯,但不會繫結或使用套接字。

參數 groupAddress 可以是IPv6或IPv4多播位址。

參數 localPort 不得指定小於 1,024 的埠。

適用於