4 overrides of OnBeginReply
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1889protected override IAsyncResult OnBeginReply(Message message, TimeSpan timeout, AsyncCallback callback, object state) 1933protected override IAsyncResult OnBeginReply(Message message, TimeSpan timeout,
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
658protected override IAsyncResult OnBeginReply(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
181protected override IAsyncResult OnBeginReply(Message message, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginReply
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\RequestContextBase.cs (1)
234return OnBeginReply(message, timeout, callback, state);