2 writes to Immediate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
560
_innerStream.
Immediate
= immediate;
618
_innerStream.
Immediate
= immediate;
2 references to Immediate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
332
var asyncCompletionResult = _connection.BeginWrite(buffer, offset, count, this.
Immediate
,
375
_connection.Write(buffer, offset, count, this.
Immediate
, TimeoutHelper.FromMilliseconds(this.WriteTimeout));