2 writes to headers
System.ServiceModel (2)
System\ServiceModel\EndpointAddress.cs (2)
1275
this.
headers
= new Collection<AddressHeader>();
1288
this.
headers
= new Collection<AddressHeader>();
3 references to headers
System.ServiceModel (3)
System\ServiceModel\EndpointAddress.cs (3)
1292
this.
headers
.Add(address.Headers[i]);
1310
get { return this.
headers
; }
1387
new AddressHeaderCollection(this.
headers
),