2 references to AddServiceEndpoint
System.ServiceModel (2)
System\ServiceModel\ServiceConfiguration.cs (2)
204return this.AddServiceEndpoint(contractType, binding, new Uri(address, UriKind.RelativeOrAbsolute)); 262ServiceEndpoint endpoint = this.AddServiceEndpoint(contractType, binding, address);