1 write to filter
System.ServiceModel.Activation (1)
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (1)
30
this.
filter
= new HostedBindingFilter(HostingEnvironment.ApplicationVirtualPath, addressing);
2 references to filter
System.ServiceModel.Activation (2)
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (2)
35
monitor.AddFilter(this.
filter
);
56
bool isPrivate = this.
filter
.IsPrivateMatch(queueName);