3 references to Connection
System.ServiceModel (3)
System\ServiceModel\Channels\Connection.cs (2)
582this.asyncReadBuffer = DiagnosticUtility.Utility.AllocateByteArray(innerStream.Connection.AsyncReadBufferSize); 593get { return innerStream.Connection.AsyncReadBufferSize; }
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1688base.Connection.Write(encodedSize, 0, bytesEncoded, false, TimeSpan.FromMilliseconds(this.WriteTimeout));