4 references to OnBeginClose
System.ServiceModel.Primitives (4)
System\ServiceModel\ChannelFactory.cs (1)
277return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state);
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
103return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
201return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state);
System\ServiceModel\Channels\ServiceChannel.cs (1)
1282return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state);