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