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