2 implementations of WaitForMessage
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
261
public bool
WaitForMessage
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
655
public bool
WaitForMessage
(TimeSpan timeout)
1 reference to WaitForMessage
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
64
return _source.
WaitForMessage
(timeoutHelper.RemainingTime());