20 references to InnerCommunicationObject
System.ServiceModel.Discovery (20)
System\ServiceModel\Discovery\DiscoveryClient.cs (20)
86this.InnerCommunicationObject.Opening += OnInnerCommunicationObjectOpening; 95this.InnerCommunicationObject.Opening -= OnInnerCommunicationObjectOpening; 106this.InnerCommunicationObject.Opened += OnInnerCommunicationObjectOpened; 116this.InnerCommunicationObject.Opened -= OnInnerCommunicationObjectOpened; 127this.InnerCommunicationObject.Closing += OnInnerCommunicationObjectClosing; 137this.InnerCommunicationObject.Closing -= OnInnerCommunicationObjectClosing; 148this.InnerCommunicationObject.Closed += OnInnerCommunicationObjectClosed; 158this.InnerCommunicationObject.Closed -= OnInnerCommunicationObjectClosed; 169this.InnerCommunicationObject.Faulted += OnInnerCommunicationObjectFaulted; 179this.InnerCommunicationObject.Faulted -= OnInnerCommunicationObjectFaulted; 226return this.InnerCommunicationObject.State; 250this.InnerCommunicationObject.Open(); 257this.InnerCommunicationObject.Open(timeout); 264return this.InnerCommunicationObject.BeginOpen(callback, state); 271return this.InnerCommunicationObject.BeginOpen(timeout, callback, state); 278this.InnerCommunicationObject.EndOpen(result); 317InnerCommunicationObject.Close(timeoutHelper.RemainingTime()); 364this.InnerCommunicationObject.Abort(); 1249IAsyncResult closeAsyncResult = thisPtr.client.InnerCommunicationObject.BeginClose( 1267thisPtr.client.InnerCommunicationObject.EndClose(result);