Esempio n. 1
0
 private CalculatorDuplexClient(CalculatorDuplexClientCallback callbackImpl, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(new System.ServiceModel.InstanceContext(callbackImpl), binding, remoteAddress)
 {
     callbackImpl.Initialize(this);
 }
Esempio n. 2
0
 private CalculatorDuplexClient(CalculatorDuplexClientCallback callbackImpl) :
     base(new System.ServiceModel.InstanceContext(callbackImpl))
 {
     callbackImpl.Initialize(this);
 }
Esempio n. 3
0
 private CalculatorDuplexClient(CalculatorDuplexClientCallback callbackImpl, EndpointConfiguration endpointConfiguration) :
     base(new System.ServiceModel.InstanceContext(callbackImpl), endpointConfiguration)
 {
     callbackImpl.Initialize(this);
 }