1 override of BeginReadCore
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
626
protected override AsyncCompletionResult
BeginReadCore
(int offset, int size, TimeSpan timeout,
1 reference to BeginReadCore
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
347
var completionResult = this.
BeginReadCore
(offset, size, timeout, callback, state);