3 references to PreReadConnection
System.ServiceModel (3)
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
714return new NamedPipeValidatingConnection(new PreReadConnection(pipeConnection, duplicateContext.ReadData), 763return new TcpValidatingConnection(new PreReadConnection(socketConnection, duplicateContext.ReadData),
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1229singletonConnection = new PreReadConnection(singletonConnection, initialData);