1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
1091this.communicationObject = communicationObject;
8 references to communicationObject
System.ServiceModel (8)
System\ServiceModel\Channels\CommunicationObject.cs (8)
1104IAsyncResult result = this.communicationObject.OnBeginOpen(this.timeout.RemainingTime(), 1118this.communicationObject.OnOpened(); 1119if (!this.communicationObject.onOpenedCalled) 1122this.communicationObject.CreateBaseClassMethodNotCalledException("OnOpened"), 1123Guid.Empty, this.communicationObject); 1134SR.GetString(SR.TraceCodeCommunicationObjectOpenFailed, this.communicationObject.GetCommunicationObjectType().ToString()), 1138this.communicationObject.Fault(); 1145thisPtr.communicationObject.OnEndOpen(result);