6 implementations of WaitForMessage
System.ServiceModel.Primitives (6)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
156public bool WaitForMessage(TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
615public bool WaitForMessage(TimeSpan timeout)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
132public bool WaitForMessage(TimeSpan timeout)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
114public bool WaitForMessage(TimeSpan timeout)
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
112public bool WaitForMessage(TimeSpan timeout)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
119public bool WaitForMessage(TimeSpan timeout)
1 reference to WaitForMessage
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
158return _channelBinder.WaitForMessage(timeout);