31 references to CommunicationObjectInternal
System.ServiceModel.Http (9)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (3)
44return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state); 49CommunicationObjectInternal.OnEnd(result); 54CommunicationObjectInternal.OnOpen(this, timeout);
System\ServiceModel\Channels\HttpChannelFactory.cs (6)
855return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state); 860CommunicationObjectInternal.OnEnd(result); 865CommunicationObjectInternal.OnOpen(this, timeout); 887return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state); 892CommunicationObjectInternal.OnEnd(result); 897CommunicationObjectInternal.OnClose(this, timeout);
System.ServiceModel.Primitives (22)
System\ServiceModel\ChannelFactory.cs (4)
277return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state); 282CommunicationObjectInternal.OnEnd(result); 295return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state); 300CommunicationObjectInternal.OnEnd(result);
System\ServiceModel\Channels\ReliableChannelFactory.cs (6)
74CommunicationObjectInternal.OnOpen(this, timeout); 79return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state); 84CommunicationObjectInternal.OnEnd(result); 98CommunicationObjectInternal.OnClose(this, timeout); 103return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state); 108CommunicationObjectInternal.OnEnd(result);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (6)
201return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state); 206return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state); 241CommunicationObjectInternal.OnClose(this, timeout); 313CommunicationObjectInternal.OnEnd(result); 318CommunicationObjectInternal.OnEnd(result); 330CommunicationObjectInternal.OnOpen(this, timeout);
System\ServiceModel\Channels\ServiceChannel.cs (6)
1282return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state); 1287CommunicationObjectInternal.OnEnd(result); 1292CommunicationObjectInternal.OnClose(this, timeout); 1324return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state); 1329CommunicationObjectInternal.OnEnd(result); 1334CommunicationObjectInternal.OnOpen(this, timeout);