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