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)
266
return CommunicationObject.
BeginOpen
(timeout, callback, state);
418
return CommunicationObject.
BeginOpen
(timeout, callback, state);
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
570
return _communicationObject.
BeginOpen
(timeout, callback, state);
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
336
return Task.Factory.FromAsync(localUpgrade.
BeginOpen
, localUpgrade.EndOpen, timeout, null);
System.ServiceModel.Primitives.Tests (5)
Channels\CommunicationObjectTest.cs (5)
60
IAsyncResult openAr = mco.
BeginOpen
(timeout, callback: null, state: null);
151
IAsyncResult openAr = mco.
BeginOpen
(timeout, callback: null, state: null);
246
IAsyncResult openAr = mco.
BeginOpen
(timeout, callback: null, state: null);
370
IAsyncResult openAr = mco.
BeginOpen
(timeout, callback: null, state: null);
395
IAsyncResult openAr = mco.
BeginOpen
(timeout, callback: null, state: null);