3 implementations of WaitForMessage
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
100public bool WaitForMessage(TimeSpan timeout)
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);
2 references to WaitForMessage
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
102return this.InnerChannel.WaitForMessage(timeout);
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
261public bool WaitForMessage(TimeSpan timeout) => InnerChannel.WaitForMessage(timeout);