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