Implemented interface member:
method
EndRead
System.ServiceModel.Channels.IConnection.EndRead()
2 references to EndRead
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
127
bytesRead = thisPtr.
EndRead
();
247
int bytesRead =
EndRead
();