Aracılığıyla paylaş


UdpSingleSourceMulticastClient(IPAddress, IPAddress, Int32) Oluşturucu

Tanım

Dikkat

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

Bir grup adresine abone olabilecek ve tek bir kaynaktan veri birimleri alabilen yeni UdpSingleSourceMulticastClient bir UDP istemcisi oluşturur.

public:
 UdpSingleSourceMulticastClient(System::Net::IPAddress ^ sourceAddress, 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 UdpSingleSourceMulticastClient (System.Net.IPAddress sourceAddress, 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.UdpSingleSourceMulticastClient : System.Net.IPAddress * System.Net.IPAddress * int -> System.Net.Sockets.UdpSingleSourceMulticastClient
Public Sub New (sourceAddress As IPAddress, groupAddress As IPAddress, localPort As Integer)

Parametreler

sourceAddress
IPAddress

Bu alıcının abone olması için gönderen kaynak adresi.

groupAddress
IPAddress

Bu alıcının abone olması için çok noktaya yayın grup adresi.

localPort
Int32

Bu alıcının bağlanacak yerel bağlantı noktası.

Öznitelikler

Özel durumlar

sourceAddress ve groupAddress aynı adres ailesi olmalıdır.

sourceAddress null başvurudur (Visual Basic'te hiçbir şey yoktur).

-veya-

groupAddress null başvurudur (Visual Basic'te hiçbir şey yoktur).

localPort 0'dan küçük

-veya-

localPort 65.535'ten büyüktür.

localPort 1024'ten küçük

Açıklamalar

Oluşturucu UdpSingleSourceMulticastClient bir UDP çok noktaya yayın yuvasını bir grup adresi ve bağlantı noktasıyla ilişkilendirir, ancak yuvayı bağlamaz veya başka bir şekilde kullanmaz.

groupAddress Parametre bir IPv6 veya IPv4 çok noktaya yayın adresi olabilir. Ancak ve groupAddress parametrelerinin sourceAddress adres ailesi aynı olmalıdır.

localPort parametresi 1.024'ten küçük bir bağlantı noktası belirtmemelidir.

Şunlara uygulanır