System\ServiceModel\Channels\SessionConnectionReader.cs (7)
137size = Connection.EndRead();
158if (Connection.BeginRead(0, connectionBuffer.Length, GetRemainingTimeout(), readCallback, this)
182IAsyncResult result = this.Connection.BeginValidate(this.via, onValidate, this);
233return this.Connection.EndValidate(result) && this.ContinuePostValidationProcessing();
320Connection, faultString, this.connectionBuffer, GetRemainingTimeout(),
329this.connectionBuffer = Connection.AsyncReadBuffer;
357this.Connection = preambleReader.Connection;