UdpSingleSourceMulticastClient(IPAddress, IPAddress, Int32) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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.