18 implementations of WaitForMessage
System.ServiceModel (16)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3299
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
124
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Channels\DuplexChannel.cs (1)
168
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Channels\InputChannel.cs (1)
124
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
361
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
154
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
273
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
204
public bool
WaitForMessage
(TimeSpan timeout)
620
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
827
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
992
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
338
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
240
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1427
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3416
public bool
WaitForMessage
(TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4015
public bool
WaitForMessage
(TimeSpan timeout)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
158
public bool
WaitForMessage
(TimeSpan timeout)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
97
public bool
WaitForMessage
(TimeSpan timeout)
14 references to WaitForMessage
System.ServiceModel (13)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3303
return this.InnerChannel.
WaitForMessage
(timeout);
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
126
return this.InnerChannel.
WaitForMessage
(timeout);
System\ServiceModel\Channels\ContextInputChannelBase.cs (1)
102
return this.InnerChannel.
WaitForMessage
(timeout);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
363
return innerInputChannel.
WaitForMessage
(timeout);
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
156
return InnerChannel.
WaitForMessage
(timeout);
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
622
return this.InnerChannel.
WaitForMessage
(timeout);
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
179
return this.InnerChannel.
WaitForMessage
(timeout);
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
829
return this.InnerDuplexChannel.
WaitForMessage
(timeout);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
994
return this.InnerChannel.
WaitForMessage
(timeout);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
763
return channel.
WaitForMessage
(timeout);
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
340
return InnerChannel.
WaitForMessage
(timeout);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
659
return this.channel.
WaitForMessage
(timeout);
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
140
return this.channel.
WaitForMessage
(timeout);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
99
return this.InnerChannel.
WaitForMessage
(timeout);