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