11 references to Namespace
System.ServiceModel.Discovery (11)
System\ServiceModel\Discovery\FindCriteria.cs (4)
337else if (reader.IsStartElement(ProtocolStrings.SchemaNames.MaxResultsElement, ProtocolStrings.VersionInternal.Namespace)) 341else if (reader.IsStartElement(ProtocolStrings.SchemaNames.DurationElement, ProtocolStrings.VersionInternal.Namespace)) 378ProtocolStrings.VersionInternal.Namespace, 385ProtocolStrings.VersionInternal.Namespace,
System\ServiceModel\Discovery\ProtocolStrings.cs (5)
83public const string ScopeMatchByExact = Namespace + "/strcmp0"; 84public const string ScopeMatchByLdap = Namespace + "/ldap"; 85public const string ScopeMatchByPrefix = Namespace + "/rfc"; 86public const string ScopeMatchByUuid = Namespace + "/uuid"; 87public const string ScopeMatchByNone = Namespace + "/none";
System\ServiceModel\Discovery\ResolveCriteria.cs (2)
120else if (reader.IsStartElement(ProtocolStrings.SchemaNames.DurationElement, ProtocolStrings.VersionInternal.Namespace)) 153ProtocolStrings.VersionInternal.Namespace,