Returning data from a URLRequest/URLSession response

Hello!

The data is being obtained in the block. I guess what I’m really wondering is how to get that response string out of self.GetResponse.

For example, if I wanted to use that value elsewhere in the class. Right now, it seems that I can only access that response string from within the block.

Thanks!