2 writes to endpointFilterTable
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
162this.endpointFilterTable = factory.endpointFilterTable; 337this.endpointFilterTable = value;
4 references to endpointFilterTable
System.ServiceModel (4)
System\ServiceModel\Security\SecurityProtocolFactory.cs (4)
162this.endpointFilterTable = factory.endpointFilterTable; 332return this.endpointFilterTable; 889if (this.endpointFilterTable != null) 891requirement.Properties.Add(ServiceModelSecurityTokenRequirement.EndpointFilterTableProperty, this.endpointFilterTable);