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