Http 300 response

I’m using the .NET web API - System.Net.WebRequest to query journey planner on the TFL Unified API.

When entering To = Wembley and From = Kingsbury I get a http 300 exception.

I understand that this maybe the correct behaviour from your end as you disambiguate the results,
however once I receive this exception what do I have to do in order to retrieve the required disambiguation response?

I have resolved this issue. The response is in the WebException Response stream object.