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