2 writes to headers
System.ServiceModel (2)
System\ServiceModel\EndpointAddress.cs (2)
194
this.
headers
= headers;
264
this.
headers
= new AddressHeaderCollection();
14 references to headers
System.ServiceModel (14)
System\ServiceModel\EndpointAddress.cs (14)
131
Init(oldEndpointAddress.addressingVersion, newUri, oldEndpointAddress.identity, oldEndpointAddress.
headers
, oldEndpointAddress.buffer, oldEndpointAddress.metadataSection, oldEndpointAddress.extensionSection, oldEndpointAddress.pspSection);
262
if (this.
headers
== null)
267
return this.
headers
;
337
if (this.
headers
!= null)
339
this.
headers
.AddHeadersTo(message);
1061
if (this.
headers
!= null && this.
headers
.HasReferenceProperties)
1064
this.
headers
.WriteReferencePropertyContentsTo(writer);
1069
if (this.
headers
!= null && this.
headers
.HasNonReferenceProperties)
1072
this.
headers
.WriteNonReferencePropertyContentsTo(writer);
1133
if (this.
headers
!= null && this.
headers
.Count > 0)
1136
this.
headers
.WriteContentsTo(writer);