private WeatherServiceClient(WeatherServiceClientCallback callbackImpl) : this(new System.ServiceModel.InstanceContext(callbackImpl)) { useGeneratedCallback = true; callbackImpl.Initialize(this); }
private WeatherServiceClient(WeatherServiceClientCallback callbackImpl, string endpointConfigurationName) : this(new System.ServiceModel.InstanceContext(callbackImpl), endpointConfigurationName) { useGeneratedCallback = true; callbackImpl.Initialize(this); }
private WeatherServiceClient(WeatherServiceClientCallback callbackImpl, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : this(new System.ServiceModel.InstanceContext(callbackImpl), binding, remoteAddress) { useGeneratedCallback = true; callbackImpl.Initialize(this); }