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 未満のポートを指定することはできません。

適用対象