6 references to OnBeginOpen
System.ServiceModel.Http (2)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
44return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state);
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
855return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state);
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);