3 implementations of EndWaitForMessage
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
110public bool EndWaitForMessage(IAsyncResult result)
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
215public bool EndWaitForMessage(IAsyncResult result)
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
263public bool EndWaitForMessage(IAsyncResult result) => InnerChannel.EndWaitForMessage(result);
2 references to EndWaitForMessage
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
112return this.InnerChannel.EndWaitForMessage(result);
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
263public bool EndWaitForMessage(IAsyncResult result) => InnerChannel.EndWaitForMessage(result);