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