1 write to helper
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (1)
39this.helper = new EndpointAddressMessageFilterHelper(this.address);
2 references to helper
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (2)
104return this.helper.Match(message); 109get { return this.helper.HeaderLookup; }