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