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