2 implementations of IMessageSource
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
12
internal abstract class SessionConnectionReader :
IMessageSource
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
458
protected class WebSocketMessageSource :
IMessageSource
3 references to IMessageSource
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SynchronizedMessageSource.cs (2)
14
private
IMessageSource
_source;
17
public SynchronizedMessageSource(
IMessageSource
source)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
265
protected void SetMessageSource(
IMessageSource
messageSource)