Closed JornWildt closed 7 years ago
This should be possible:
ILink link = response.Body.Links.Select(relType); using (var response = Session.Bind(link)) { ... }
This should be possible: