Ejemplo n.º 1
0
 public void Dispose()
 {
     if (this._invoker != null && (this._invoker as IDisposable) != null)
     {
         ((IDisposable)this._invoker).Dispose();
         this._invoker = null;
     }
 }
Ejemplo n.º 2
0
 public SezameAuthenticationServiceClient(ISezameAuthenticationServiceInvoker invoker)
 {
     this._invoker = invoker;
 }