3 implementations of OnBeginOpenOverride
UnitTests.Common (3)
MockChannelBase.cs (1)
59
public Func<TimeSpan, AsyncCallback, object, IAsyncResult>
OnBeginOpenOverride
{ get; set; }
MockChannelFactory.cs (1)
58
public Func<TimeSpan, AsyncCallback, object, IAsyncResult>
OnBeginOpenOverride
{ get; set; }
MockCommunicationObject.cs (1)
54
public Func<TimeSpan, AsyncCallback, object, IAsyncResult>
OnBeginOpenOverride
{ get; set; }
2 writes to OnBeginOpenOverride
UnitTests.Common (2)
MockCommunicationObject.cs (2)
253
mco.
OnBeginOpenOverride
= (TimeSpan t, AsyncCallback c, object s) =>
337
mco.
OnBeginOpenOverride
= (TimeSpan t, AsyncCallback c, object s) =>