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