3 references to CanonicalPrefix
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingFilter.cs (3)
36
if (string.Compare(
CanonicalPrefix
, 0, name, 0,
CanonicalPrefix
.Length, StringComparison.OrdinalIgnoreCase) == 0)
38
return
CanonicalPrefix
.Length;