4 instantiations of StreamConnection
System.ServiceModel (4)
System\ServiceModel\Channels\FramingChannels.cs (2)
1028
connection = new
StreamConnection
(upgradedStream, connectionStream);
1316
this.connection = new
StreamConnection
(stream, connectionStream);
System\ServiceModel\Channels\InitialServerConnectionReader.cs (2)
333
return new
StreamConnection
(stream, connectionStream);
393
this.connection = new
StreamConnection
(stream, this.connectionStream);