10 overrides of OnBeginReply
System.ServiceModel (10)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
342
protected override IAsyncResult
OnBeginReply
(
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
3223
protected override IAsyncResult
OnBeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
3543
protected override IAsyncResult
OnBeginReply
(Message message, TimeSpan timeout,
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1508
protected override IAsyncResult
OnBeginReply
(Message reply, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1420
protected override IAsyncResult
OnBeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1349
protected override IAsyncResult
OnBeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
203
protected override IAsyncResult
OnBeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
700
protected override IAsyncResult
OnBeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
187
protected override IAsyncResult
OnBeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3563
protected override IAsyncResult
OnBeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginReply
System.ServiceModel (1)
System\ServiceModel\Channels\RequestContextBase.cs (1)
246
return
OnBeginReply
(message, timeout, callback, state);