4 references to OnBeginOpen
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
335return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
44return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
757return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1321return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state);