Implemented interface member:
method
EndRead
System.ServiceModel.Channels.IConnection.EndRead()
2 references to EndRead
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
402
int bytesRead =
EndRead
();
431
bytesRead = thisPtr.
EndRead
();