//[Test] public void ObexGetResponse_None() { // No usage exceptions var req = new ObexWebRequest(new Uri("obex://192.0.1.1/foo.txt")); var task = req.GetResponseAsync(null); }