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