2 implementations of WaitForMessage
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
205public bool WaitForMessage(TimeSpan timeout)
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
261public bool WaitForMessage(TimeSpan timeout) => InnerChannel.WaitForMessage(timeout);
1 reference to WaitForMessage
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
261public bool WaitForMessage(TimeSpan timeout) => InnerChannel.WaitForMessage(timeout);