1 write to _innerStream
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
462_innerStream = innerStream;
8 references to _innerStream
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (8)
478_asyncReadBuffer = Fx.AllocateByteArray(_innerStream.Connection.AsyncReadBufferSize); 489get { return _innerStream.Connection.AsyncReadBufferSize; } 513_innerStream.Abort(); 538_innerStream.CloseTimeout = timeout; 560_innerStream.Immediate = immediate; 618_innerStream.Immediate = immediate; 641_innerStream.ReadTimeout = timeoutInMilliseconds; 651_innerStream.WriteTimeout = timeoutInMilliseconds;