Aracılığıyla paylaş


PeerNodeAddress(EndpointAddress, ReadOnlyCollection<IPAddress>) Oluşturucu

Tanım

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 nullayarlanır.

Şunlara uygulanır