5 references to PreReadConnection
System.ServiceModel (5)
System\ServiceModel\Channels\Connection.cs (1)
176: this(innerConnection, initialData, 0, initialData.Length)
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
450connectionToUpgrade = new PreReadConnection(connectionToUpgrade, this.connectionBuffer, this.offset, this.size); 804connectionToUpgrade = new PreReadConnection(connectionToUpgrade, channel.connectionBuffer, channel.offset, channel.size); 1194result = new PreReadConnection(result, this.buffer, this.offset, this.size);
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
508connectionToUpgrade = new PreReadConnection(connectionToUpgrade, ConnectionBuffer, Offset, Size);