22 references to InnerCommunicationObject
System.ServiceModel.Discovery (22)
System\ServiceModel\Discovery\AnnouncementClient.cs (22)
103this.InnerCommunicationObject.Closed += OnInnerCommunicationObjectClosed; 113this.InnerCommunicationObject.Closed -= OnInnerCommunicationObjectClosed; 124this.InnerCommunicationObject.Closing += OnInnerCommunicationObjectClosing; 134this.InnerCommunicationObject.Closing -= OnInnerCommunicationObjectClosing; 145this.InnerCommunicationObject.Faulted += OnInnerCommunicationObjectFaulted; 155this.InnerCommunicationObject.Faulted -= OnInnerCommunicationObjectFaulted; 166this.InnerCommunicationObject.Opened += OnInnerCommunicationObjectOpened; 176this.InnerCommunicationObject.Opened -= OnInnerCommunicationObjectOpened; 187this.InnerCommunicationObject.Opening += OnInnerCommunicationObjectOpening; 197this.InnerCommunicationObject.Opening -= OnInnerCommunicationObjectOpening; 265return InnerCommunicationObject.State; 435InnerCommunicationObject.Open(); 442InnerCommunicationObject.Open(timeout); 448return InnerCommunicationObject.BeginOpen(callback, state); 454return InnerCommunicationObject.BeginOpen(timeout, callback, state); 460InnerCommunicationObject.EndOpen(result); 467InnerCommunicationObject.Close(); 474InnerCommunicationObject.Close(timeout); 480return InnerCommunicationObject.BeginClose(callback, state); 486return InnerCommunicationObject.BeginClose(timeout, callback, state); 492InnerCommunicationObject.EndClose(result); 498InnerCommunicationObject.Abort();