4 references to OnBeginOpen
System.ServiceModel.Primitives (4)
System\ServiceModel\ChannelFactory.cs (1)
295return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state);
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
79return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
206return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state);
System\ServiceModel\Channels\ServiceChannel.cs (1)
1324return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state);