1 write to ConnectionBuffer
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
609this.ConnectionBuffer = this.currentConnection.AsyncReadBuffer;
3 references to ConnectionBuffer
System.ServiceModel (3)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
418return this.currentConnection.BeginRead(0, this.ConnectionBuffer.Length, timeoutHelper.RemainingTime(), onReadCompleted, this) == AsyncCompletionResult.Completed; 456int bytesRead = Decoder.Decode(ConnectionBuffer, Offset, Size); 508connectionToUpgrade = new PreReadConnection(connectionToUpgrade, ConnectionBuffer, Offset, Size);