Implemented interface member:
method
BeginRequest
System.ServiceModel.Channels.IRequestChannel.BeginRequest(System.ServiceModel.Channels.Message, System.TimeSpan, System.AsyncCallback, System.Object)
1 reference to BeginRequest
UnitTests.Common (1)
MockRequestChannel.cs (1)
56return BeginRequest(message, DefaultReceiveTimeout, callback, state);