Aracılığıyla paylaş


EndpointAddressBuilder.Headers Özellik

Tanım

Oluşturucunun oluşturabileceği uç noktaların adres üst bilgilerinin listesini alır.

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Channels::AddressHeader ^> ^ Headers { System::Collections::ObjectModel::Collection<System::ServiceModel::Channels::AddressHeader ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Channels.AddressHeader> Headers { get; }
member this.Headers : System.Collections.ObjectModel.Collection<System.ServiceModel.Channels.AddressHeader>
Public ReadOnly Property Headers As Collection(Of AddressHeader)

Özellik Değeri

List<T> Oluşturucunun oluşturabileceği uç noktaların adres üst bilgilerini içeren türAddressHeader.

Örnekler

EndpointAddressBuilder eab = new EndpointAddressBuilder();
eab.Uri = new Uri("http://localhost/Uri");
eab.Headers.Add(AddressHeader.CreateAddressHeader("n", "ns", "val"));
Dim eab As New EndpointAddressBuilder()
eab.Uri = New Uri("http://localhost/Uri")
eab.Headers.Add(AddressHeader.CreateAddressHeader("n", "ns", "val"))

Açıklamalar

Uç noktaların adres üst bilgileri oluşturucu kullanılarak EndpointAddressBuilder(EndpointAddress) ayarlanabilir.

Şunlara uygulanır