diff --git a/EDMIAPI/Connected Services/EDMIServiceReference/Reference.vb b/EDMIAPI/Connected Services/EDMIServiceReference/Reference.vb index b7ca66f0..ca704b39 100644 --- a/EDMIAPI/Connected Services/EDMIServiceReference/Reference.vb +++ b/EDMIAPI/Connected Services/EDMIServiceReference/Reference.vb @@ -3109,18 +3109,6 @@ Namespace EDMIServiceReference MyBase.New End Sub - Public Sub New(ByVal endpointConfigurationName As String) - MyBase.New(endpointConfigurationName) - End Sub - - Public Sub New(ByVal endpointConfigurationName As String, ByVal remoteAddress As String) - MyBase.New(endpointConfigurationName, remoteAddress) - End Sub - - Public Sub New(ByVal endpointConfigurationName As String, ByVal remoteAddress As System.ServiceModel.EndpointAddress) - MyBase.New(endpointConfigurationName, remoteAddress) - End Sub - Public Sub New(ByVal binding As System.ServiceModel.Channels.Binding, ByVal remoteAddress As System.ServiceModel.EndpointAddress) MyBase.New(binding, remoteAddress) End Sub