Implemented interface member:
method
BeginOpen
System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback, System.Object)
3 references to BeginOpen
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
605
return _serviceChannel.
BeginOpen
(callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
254
return _communicationObject.
BeginOpen
(callback, state);
429
return _communicationObject.
BeginOpen
(callback, state);