2 implementations of EndWaitForMessage
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1373public bool EndWaitForMessage()
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
759public bool EndWaitForMessage()
2 references to EndWaitForMessage
System.ServiceModel (2)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (2)
257SetReturnValue(Source.EndWaitForMessage()); 271thisPtr.SetReturnValue(thisPtr.Source.EndWaitForMessage());