9 implementations of BeginWaitForRequest
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3444
public IAsyncResult
BeginWaitForRequest
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ContextReplyChannel.cs (1)
41
public IAsyncResult
BeginWaitForRequest
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
46
public IAsyncResult
BeginWaitForRequest
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
182
public IAsyncResult
BeginWaitForRequest
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReplyChannel.cs (1)
233
public IAsyncResult
BeginWaitForRequest
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1370
public IAsyncResult
BeginWaitForRequest
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
477
public IAsyncResult
BeginWaitForRequest
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3518
public IAsyncResult
BeginWaitForRequest
(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpReplyChannel.cs (1)
134
public IAsyncResult
BeginWaitForRequest
(TimeSpan timeout, AsyncCallback callback, object state)
7 references to BeginWaitForRequest
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3448
return this.InnerChannel.
BeginWaitForRequest
(timeout, callback, state);
System\ServiceModel\Channels\ContextReplyChannel.cs (1)
43
return this.InnerChannel.
BeginWaitForRequest
(timeout, callback, state);
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
48
return this.InnerChannel.
BeginWaitForRequest
(timeout, callback, state);
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
211
return InnerChannel.
BeginWaitForRequest
(timeout, callback, state);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1372
return this.InnerChannel.
BeginWaitForRequest
(timeout, callback, state);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
920
return channel.
BeginWaitForRequest
(timeout, callback, state);
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
479
return InnerChannel.
BeginWaitForRequest
(timeout, callback, state);