1 write to connection
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1056this.connection = connection;
7 references to connection
System.ServiceModel (7)
System\ServiceModel\Channels\SingletonConnectionReader.cs (7)
1068return this.connection; 1089this.connection.Abort(); 1190byte[] buffer = DiagnosticUtility.Utility.AllocateByteArray(connection.AsyncReadBufferSize); 1194Buffer.BlockCopy(connection.AsyncReadBuffer, offset, buffer, offset, size); 1214size = connection.Read(buffer, 0, buffer.Length, timeoutHelper.RemainingTime()); 1224IConnection singletonConnection = this.connection; 1322this.connection = parent.connection;