18 implementations of EndWaitForMessage
System.ServiceModel (16)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3313public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
89public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Channels\DuplexChannel.cs (1)
188public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Channels\InputChannel.cs (1)
146public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
371public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
164public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
301public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
214public bool EndWaitForMessage(IAsyncResult result) 597public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
837public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1002public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
348public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
288public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1437public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3426public bool EndWaitForMessage(IAsyncResult result)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4025public bool EndWaitForMessage(IAsyncResult result)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
180public bool EndWaitForMessage(IAsyncResult result)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
77public bool EndWaitForMessage(IAsyncResult result)
14 references to EndWaitForMessage
System.ServiceModel (13)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3317return this.InnerChannel.EndWaitForMessage(result);
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
91return this.InnerChannel.EndWaitForMessage(result);
System\ServiceModel\Channels\ContextInputChannelBase.cs (1)
70return this.InnerChannel.EndWaitForMessage(result);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
373return innerInputChannel.EndWaitForMessage(result);
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
166return InnerChannel.EndWaitForMessage(result);
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
599return this.InnerChannel.EndWaitForMessage(result);
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
189return this.InnerChannel.EndWaitForMessage(result);
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
839return this.InnerDuplexChannel.EndWaitForMessage(result);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1004return this.InnerChannel.EndWaitForMessage(result);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
737return channel.EndWaitForMessage(result);
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
350return InnerChannel.EndWaitForMessage(result);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
669return this.channel.EndWaitForMessage(result);
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
150return this.channel.EndWaitForMessage(result);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
79return this.InnerChannel.EndWaitForMessage(result);