4 overrides of OnBeginReply
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1889
protected override IAsyncResult
OnBeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
1933
protected override IAsyncResult
OnBeginReply
(Message message, TimeSpan timeout,
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
658
protected override IAsyncResult
OnBeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
181
protected 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)
234
return
OnBeginReply
(message, timeout, callback, state);