1 override of ReadCore
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
577
protected override int
ReadCore
(byte[] buffer, int offset, int size, TimeSpan timeout, bool closing)
1 reference to ReadCore
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
331
int bytesRead =
ReadCore
(buffer, offset, size, timeout, false);