1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
1166this.communicationObject = communicationObject;
8 references to communicationObject
System.ServiceModel (8)
System\ServiceModel\Channels\CommunicationObject.cs (8)
1178IAsyncResult result = this.communicationObject.OnBeginClose(this.timeout.RemainingTime(), 1192this.communicationObject.OnClosed(); 1193if (!this.communicationObject.onClosedCalled) 1196this.communicationObject.CreateBaseClassMethodNotCalledException("OnClosed"), 1197Guid.Empty, this.communicationObject); 1208SR.GetString(SR.TraceCodeCommunicationObjectCloseFailed, this.communicationObject.GetCommunicationObjectType().ToString()), 1212this.communicationObject.Abort(); 1219thisPtr.communicationObject.OnEndClose(result);