Base:
4 overrides of Read
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DetectEofStream.cs (1)
49
public override int
Read
(byte[] buffer, int offset, int count)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
252
public override int
Read
(byte[] buffer, int offset, int count)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MaxMessageSizeStream.cs (1)
37
public override int
Read
(byte[] buffer, int offset, int count)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TimeoutStream.cs (1)
33
public override int
Read
(byte[] buffer, int offset, int count)
3 references to Read
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DetectEofStream.cs (1)
55
int returnValue = base.
Read
(buffer, offset, count);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
260
return base.
Read
(buffer, offset, count);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MaxMessageSizeStream.cs (1)
40
return FinishRead(base.
Read
(buffer, offset, count));