12 references to VersionInternal
System.ServiceModel.Discovery (12)
System\ServiceModel\Discovery\FindCriteria.cs (9)
22public static readonly Uri ScopeMatchByExact = new Uri(ProtocolStrings.VersionInternal.ScopeMatchByExact); 25public static readonly Uri ScopeMatchByLdap = new Uri(ProtocolStrings.VersionInternal.ScopeMatchByLdap); 28public static readonly Uri ScopeMatchByPrefix = new Uri(ProtocolStrings.VersionInternal.ScopeMatchByPrefix); 32public static readonly Uri ScopeMatchByUuid = new Uri(ProtocolStrings.VersionInternal.ScopeMatchByUuid); 35public static readonly Uri ScopeMatchByNone = new Uri(ProtocolStrings.VersionInternal.ScopeMatchByNone); 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\OfflineAnnouncementChannelDispatcher.cs (1)
117return new Uri(ProtocolStrings.VersionInternal.AdhocAddress);
System\ServiceModel\Discovery\ResolveCriteria.cs (2)
120else if (reader.IsStartElement(ProtocolStrings.SchemaNames.DurationElement, ProtocolStrings.VersionInternal.Namespace)) 153ProtocolStrings.VersionInternal.Namespace,