4 references to IsNamespaceMatch
System.ServiceModel (4)
System\ServiceModel\Channels\RedirectionDuration.cs (1)
163
if (RedirectionUtility.
IsNamespaceMatch
(this.Namespace, RedirectionConstants.Namespace))
System\ServiceModel\Channels\RedirectionScope.cs (1)
169
if (RedirectionUtility.
IsNamespaceMatch
(this.Namespace, RedirectionConstants.Namespace))
System\ServiceModel\Channels\RedirectionType.cs (1)
171
if (RedirectionUtility.
IsNamespaceMatch
(this.Namespace, RedirectionConstants.Namespace))
System\ServiceModel\Channels\RedirectionUtility.cs (1)
13
if (
IsNamespaceMatch
(namespace1, namespace2) == true)