2 overrides of BeginReceive
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingDuplexChannel.cs (2)
210protected override IAsyncResult BeginReceive(AsyncCallback callback, object state) 244protected override IAsyncResult BeginReceive(AsyncCallback callback, object state)
2 references to BeginReceive
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingDuplexChannel.cs (2)
137IAsyncResult result = BeginReceive(onReceive, null); 161result = BeginReceive(onReceive, null);