//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.237 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace WNS.GUI.NameServiceReference { using System.Runtime.Serialization; using System; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="WebMapService", Namespace="http://schemas.datacontract.org/2004/07/WNS.Entities")] [System.SerializableAttribute()] public partial class WebMapService : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AbstractField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int IdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.KeywordList[] KeywordListField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string NameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string OnlineResourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.Organization OrganizationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TitleField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string URLField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string Abstract { get { return this.AbstractField; } set { if ((object.ReferenceEquals(this.AbstractField, value) != true)) { this.AbstractField = value; this.RaisePropertyChanged("Abstract"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int Id { get { return this.IdField; } set { if ((this.IdField.Equals(value) != true)) { this.IdField = value; this.RaisePropertyChanged("Id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.KeywordList[] KeywordList { get { return this.KeywordListField; } set { if ((object.ReferenceEquals(this.KeywordListField, value) != true)) { this.KeywordListField = value; this.RaisePropertyChanged("KeywordList"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Name { get { return this.NameField; } set { if ((object.ReferenceEquals(this.NameField, value) != true)) { this.NameField = value; this.RaisePropertyChanged("Name"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string OnlineResource { get { return this.OnlineResourceField; } set { if ((object.ReferenceEquals(this.OnlineResourceField, value) != true)) { this.OnlineResourceField = value; this.RaisePropertyChanged("OnlineResource"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.Organization Organization { get { return this.OrganizationField; } set { if ((object.ReferenceEquals(this.OrganizationField, value) != true)) { this.OrganizationField = value; this.RaisePropertyChanged("Organization"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Title { get { return this.TitleField; } set { if ((object.ReferenceEquals(this.TitleField, value) != true)) { this.TitleField = value; this.RaisePropertyChanged("Title"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string URL { get { return this.URLField; } set { if ((object.ReferenceEquals(this.URLField, value) != true)) { this.URLField = value; this.RaisePropertyChanged("URL"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Organization", Namespace="http://schemas.datacontract.org/2004/07/WNS.Entities")] [System.SerializableAttribute()] public partial class Organization : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.Contact[] ContactField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.ContactInformation[] ContactInformationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.Devision[] DevisionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int IdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string NameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.WebMapService WebMapServiceField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.Contact[] Contact { get { return this.ContactField; } set { if ((object.ReferenceEquals(this.ContactField, value) != true)) { this.ContactField = value; this.RaisePropertyChanged("Contact"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.ContactInformation[] ContactInformation { get { return this.ContactInformationField; } set { if ((object.ReferenceEquals(this.ContactInformationField, value) != true)) { this.ContactInformationField = value; this.RaisePropertyChanged("ContactInformation"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.Devision[] Devision { get { return this.DevisionField; } set { if ((object.ReferenceEquals(this.DevisionField, value) != true)) { this.DevisionField = value; this.RaisePropertyChanged("Devision"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int Id { get { return this.IdField; } set { if ((this.IdField.Equals(value) != true)) { this.IdField = value; this.RaisePropertyChanged("Id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Name { get { return this.NameField; } set { if ((object.ReferenceEquals(this.NameField, value) != true)) { this.NameField = value; this.RaisePropertyChanged("Name"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.WebMapService WebMapService { get { return this.WebMapServiceField; } set { if ((object.ReferenceEquals(this.WebMapServiceField, value) != true)) { this.WebMapServiceField = value; this.RaisePropertyChanged("WebMapService"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="KeywordList", Namespace="http://schemas.datacontract.org/2004/07/WNS.Entities")] [System.SerializableAttribute()] public partial class KeywordList : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int IdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string KeywordField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.WebMapService WebMapServiceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WebMapServiceIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public int Id { get { return this.IdField; } set { if ((this.IdField.Equals(value) != true)) { this.IdField = value; this.RaisePropertyChanged("Id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Keyword { get { return this.KeywordField; } set { if ((object.ReferenceEquals(this.KeywordField, value) != true)) { this.KeywordField = value; this.RaisePropertyChanged("Keyword"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.WebMapService WebMapService { get { return this.WebMapServiceField; } set { if ((object.ReferenceEquals(this.WebMapServiceField, value) != true)) { this.WebMapServiceField = value; this.RaisePropertyChanged("WebMapService"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WebMapServiceId { get { return this.WebMapServiceIdField; } set { if ((this.WebMapServiceIdField.Equals(value) != true)) { this.WebMapServiceIdField = value; this.RaisePropertyChanged("WebMapServiceId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Contact", Namespace="http://schemas.datacontract.org/2004/07/WNS.Entities")] [System.SerializableAttribute()] public partial class Contact : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.ContactInformation[] ContactInformationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.Devision DevisionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int DevisionIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int IdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string NameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.Organization OrganizationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int OrganizationIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.ContactInformation[] ContactInformation { get { return this.ContactInformationField; } set { if ((object.ReferenceEquals(this.ContactInformationField, value) != true)) { this.ContactInformationField = value; this.RaisePropertyChanged("ContactInformation"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.Devision Devision { get { return this.DevisionField; } set { if ((object.ReferenceEquals(this.DevisionField, value) != true)) { this.DevisionField = value; this.RaisePropertyChanged("Devision"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int DevisionId { get { return this.DevisionIdField; } set { if ((this.DevisionIdField.Equals(value) != true)) { this.DevisionIdField = value; this.RaisePropertyChanged("DevisionId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int Id { get { return this.IdField; } set { if ((this.IdField.Equals(value) != true)) { this.IdField = value; this.RaisePropertyChanged("Id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Name { get { return this.NameField; } set { if ((object.ReferenceEquals(this.NameField, value) != true)) { this.NameField = value; this.RaisePropertyChanged("Name"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.Organization Organization { get { return this.OrganizationField; } set { if ((object.ReferenceEquals(this.OrganizationField, value) != true)) { this.OrganizationField = value; this.RaisePropertyChanged("Organization"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int OrganizationId { get { return this.OrganizationIdField; } set { if ((this.OrganizationIdField.Equals(value) != true)) { this.OrganizationIdField = value; this.RaisePropertyChanged("OrganizationId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="ContactInformation", Namespace="http://schemas.datacontract.org/2004/07/WNS.Entities")] [System.SerializableAttribute()] public partial class ContactInformation : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AdresField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CityField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.Contact ContactField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int ContactIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CountryField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.Devision DevisionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int DevisionIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int IdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.Organization OrganizationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int OrganizationIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PostalField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TelephoneField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string Adres { get { return this.AdresField; } set { if ((object.ReferenceEquals(this.AdresField, value) != true)) { this.AdresField = value; this.RaisePropertyChanged("Adres"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string City { get { return this.CityField; } set { if ((object.ReferenceEquals(this.CityField, value) != true)) { this.CityField = value; this.RaisePropertyChanged("City"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.Contact Contact { get { return this.ContactField; } set { if ((object.ReferenceEquals(this.ContactField, value) != true)) { this.ContactField = value; this.RaisePropertyChanged("Contact"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int ContactId { get { return this.ContactIdField; } set { if ((this.ContactIdField.Equals(value) != true)) { this.ContactIdField = value; this.RaisePropertyChanged("ContactId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Country { get { return this.CountryField; } set { if ((object.ReferenceEquals(this.CountryField, value) != true)) { this.CountryField = value; this.RaisePropertyChanged("Country"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.Devision Devision { get { return this.DevisionField; } set { if ((object.ReferenceEquals(this.DevisionField, value) != true)) { this.DevisionField = value; this.RaisePropertyChanged("Devision"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int DevisionId { get { return this.DevisionIdField; } set { if ((this.DevisionIdField.Equals(value) != true)) { this.DevisionIdField = value; this.RaisePropertyChanged("DevisionId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int Id { get { return this.IdField; } set { if ((this.IdField.Equals(value) != true)) { this.IdField = value; this.RaisePropertyChanged("Id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Mail { get { return this.MailField; } set { if ((object.ReferenceEquals(this.MailField, value) != true)) { this.MailField = value; this.RaisePropertyChanged("Mail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.Organization Organization { get { return this.OrganizationField; } set { if ((object.ReferenceEquals(this.OrganizationField, value) != true)) { this.OrganizationField = value; this.RaisePropertyChanged("Organization"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int OrganizationId { get { return this.OrganizationIdField; } set { if ((this.OrganizationIdField.Equals(value) != true)) { this.OrganizationIdField = value; this.RaisePropertyChanged("OrganizationId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Postal { get { return this.PostalField; } set { if ((object.ReferenceEquals(this.PostalField, value) != true)) { this.PostalField = value; this.RaisePropertyChanged("Postal"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Telephone { get { return this.TelephoneField; } set { if ((object.ReferenceEquals(this.TelephoneField, value) != true)) { this.TelephoneField = value; this.RaisePropertyChanged("Telephone"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="Devision", Namespace="http://schemas.datacontract.org/2004/07/WNS.Entities")] [System.SerializableAttribute()] public partial class Devision : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.Contact[] ContactField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.ContactInformation[] ContactInformationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int IdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string NameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private WNS.GUI.NameServiceReference.Organization OrganizationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int OrganizationIdField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.Contact[] Contact { get { return this.ContactField; } set { if ((object.ReferenceEquals(this.ContactField, value) != true)) { this.ContactField = value; this.RaisePropertyChanged("Contact"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.ContactInformation[] ContactInformation { get { return this.ContactInformationField; } set { if ((object.ReferenceEquals(this.ContactInformationField, value) != true)) { this.ContactInformationField = value; this.RaisePropertyChanged("ContactInformation"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int Id { get { return this.IdField; } set { if ((this.IdField.Equals(value) != true)) { this.IdField = value; this.RaisePropertyChanged("Id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Name { get { return this.NameField; } set { if ((object.ReferenceEquals(this.NameField, value) != true)) { this.NameField = value; this.RaisePropertyChanged("Name"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public WNS.GUI.NameServiceReference.Organization Organization { get { return this.OrganizationField; } set { if ((object.ReferenceEquals(this.OrganizationField, value) != true)) { this.OrganizationField = value; this.RaisePropertyChanged("Organization"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int OrganizationId { get { return this.OrganizationIdField; } set { if ((this.OrganizationIdField.Equals(value) != true)) { this.OrganizationIdField = value; this.RaisePropertyChanged("OrganizationId"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="NameServiceReference.INameService")] public interface INameService { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/INameService/GetWebMapServices", ReplyAction="http://tempuri.org/INameService/GetWebMapServicesResponse")] WNS.GUI.NameServiceReference.WebMapService[] GetWebMapServices(); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface INameServiceChannel : WNS.GUI.NameServiceReference.INameService, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class NameServiceClient : System.ServiceModel.ClientBase, WNS.GUI.NameServiceReference.INameService { public NameServiceClient() { } public NameServiceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public NameServiceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public NameServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public NameServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public WNS.GUI.NameServiceReference.WebMapService[] GetWebMapServices() { return base.Channel.GetWebMapServices(); } } }