I have a simple Restful C# webservice contaning, with this post function:
public void Post(HttpRequestMessage value) { if (value == null) Debug.Write