9 implementations of EndWaitForRequest
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3451public bool EndWaitForRequest(IAsyncResult result)
System\ServiceModel\Channels\ContextReplyChannel.cs (1)
77public bool EndWaitForRequest(IAsyncResult result)
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
83public bool EndWaitForRequest(IAsyncResult result)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
187public bool EndWaitForRequest(IAsyncResult result)
System\ServiceModel\Channels\ReplyChannel.cs (1)
243public bool EndWaitForRequest(IAsyncResult result)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1375public bool EndWaitForRequest(IAsyncResult result)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
482public bool EndWaitForRequest(IAsyncResult result)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3523public bool EndWaitForRequest(IAsyncResult result)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpReplyChannel.cs (1)
145public bool EndWaitForRequest(IAsyncResult result)
7 references to EndWaitForRequest
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3455return this.InnerChannel.EndWaitForRequest(result);
System\ServiceModel\Channels\ContextReplyChannel.cs (1)
79return this.InnerChannel.EndWaitForRequest(result);
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
85return this.InnerChannel.EndWaitForRequest(result);
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
216return InnerChannel.EndWaitForRequest(result);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1377return this.InnerChannel.EndWaitForRequest(result);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
937return channel.EndWaitForRequest(result);
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
484return InnerChannel.EndWaitForRequest(result);