PeerNodeAddress(EndpointAddress, ReadOnlyCollection<IPAddress>) 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.
Sağlanan EndpointAddress ile yeni bir örneğini PeerNodeAddress başlatır ve yerel bilgisayar için de yapılandırılmış birden çok ana bilgisayar IP adresleri koleksiyonunu başlatır.
public:
PeerNodeAddress(System::ServiceModel::EndpointAddress ^ endpointAddress, System::Collections::ObjectModel::ReadOnlyCollection<System::Net::IPAddress ^> ^ ipAddresses);
public PeerNodeAddress (System.ServiceModel.EndpointAddress endpointAddress, System.Collections.ObjectModel.ReadOnlyCollection<System.Net.IPAddress> ipAddresses);
new System.ServiceModel.PeerNodeAddress : System.ServiceModel.EndpointAddress * System.Collections.ObjectModel.ReadOnlyCollection<System.Net.IPAddress> -> System.ServiceModel.PeerNodeAddress
Public Sub New (endpointAddress As EndpointAddress, ipAddresses As ReadOnlyCollection(Of IPAddress))
Parametreler
- endpointAddress
- EndpointAddress
EndpointAddress Ağ içindeki eş düğümün adresini temsil eden bir.
- ipAddresses
- ReadOnlyCollection<IPAddress>
ReadOnlyCollection<T> Yerel bilgisayar için yapılandırılmış IP adreslerini içeren ve eş düğüme bağlanmak için kullanılabilecek bir.
Özel durumlar
Oluşturucuya sağlanan bağımsız değişkenlerden biri olarak null
ayarlanır.