2 implementations of EndWaitForMessage
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);
1 reference to EndWaitForMessage
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
263public bool EndWaitForMessage(IAsyncResult result) => InnerChannel.EndWaitForMessage(result);