Closed JornWildt closed 10 years ago
It would be nice to be able to do this:
byte[] data = GetSomeData(); using (var response = session.Bind(SomeUrl).Put(data)) { }
It would be nice to be able to do this: