Example #1
0
 public void Dispose()
 {
     if (Service != null)
     {
         Service = null;
     }
 }
Example #2
0
 public ProxyUpdate()
 {
     Service = WCFEndpoint.Fac <ItfUpdate>().CreateChannel(WCFEndpoint.CommEndpointAddress(this.GetType().Name));
 }