System\ServiceModel\Discovery\DiscoveryVersion.cs (23)
48ProtocolStrings.VersionApril2005.Name,
49ProtocolStrings.VersionApril2005.Namespace,
69ProtocolStrings.VersionCD1.Name,
70ProtocolStrings.VersionCD1.Namespace,
90ProtocolStrings.Version11.Name,
91ProtocolStrings.Version11.Namespace,
140return DiscoveryVersion.FromName(ProtocolStrings.VersionNameDefault);
202this.AppSequenceType = new XmlQualifiedName(ProtocolStrings.SchemaNames.AppSequenceType, versionNameSpace);
203this.AnyType = new XmlQualifiedName("anyType", ProtocolStrings.XsNamespace);
204this.AnyUriType = new XmlQualifiedName("anyURI", ProtocolStrings.XsNamespace);
205this.EprElement = new XmlQualifiedName(ProtocolStrings.SchemaNames.EprElement, wsaNameSpace);
206this.MetadataVersionElement = new XmlQualifiedName(ProtocolStrings.SchemaNames.MetadataVersionElement, versionNameSpace);
207this.ProbeMatchType = new XmlQualifiedName(ProtocolStrings.SchemaNames.ProbeMatchType, versionNameSpace);
208this.ProbeType = new XmlQualifiedName(ProtocolStrings.SchemaNames.ProbeType, versionNameSpace);
209this.QNameListType = new XmlQualifiedName(ProtocolStrings.SchemaNames.QNameListType, versionNameSpace);
210this.QNameType = new XmlQualifiedName("QName", ProtocolStrings.XsNamespace);
211this.ResolveType = new XmlQualifiedName(ProtocolStrings.SchemaNames.ResolveType, versionNameSpace);
212this.ScopesElement = new XmlQualifiedName(ProtocolStrings.SchemaNames.ScopesElement, versionNameSpace);
213this.ScopesType = new XmlQualifiedName(ProtocolStrings.SchemaNames.ScopesType, versionNameSpace);
214this.TypesElement = new XmlQualifiedName(ProtocolStrings.SchemaNames.TypesElement, versionNameSpace);
215this.UnsignedIntType = new XmlQualifiedName("unsignedInt", ProtocolStrings.XsNamespace);
216this.UriListType = new XmlQualifiedName(ProtocolStrings.SchemaNames.UriListType, versionNameSpace);
217this.XAddrsElement = new XmlQualifiedName(ProtocolStrings.SchemaNames.XAddrsElement, versionNameSpace);