Implemented interface member:
method
BeginOpen
System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan, System.AsyncCallback, System.Object)
9 references to BeginOpen
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (2)
266return CommunicationObject.BeginOpen(timeout, callback, state); 418return CommunicationObject.BeginOpen(timeout, callback, state);
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
570return _communicationObject.BeginOpen(timeout, callback, state);
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
336return Task.Factory.FromAsync(localUpgrade.BeginOpen, localUpgrade.EndOpen, timeout, null);
System.ServiceModel.Primitives.Tests (5)
Channels\CommunicationObjectTest.cs (5)
60IAsyncResult openAr = mco.BeginOpen(timeout, callback: null, state: null); 151IAsyncResult openAr = mco.BeginOpen(timeout, callback: null, state: null); 246IAsyncResult openAr = mco.BeginOpen(timeout, callback: null, state: null); 370IAsyncResult openAr = mco.BeginOpen(timeout, callback: null, state: null); 395IAsyncResult openAr = mco.BeginOpen(timeout, callback: null, state: null);