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