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