4.6.3 Query an Existing Media Resource

HTTP Request:

        GET /Documents(300)/SampleModel.Document/$value HTTP/1.1
        Host: host
        Accept: application/rtf
        DataServiceVersion: 1.0
        MaxDataServiceVersion: 1.0
  

HTTP Response:

        HTTP/1.1 200 OK
        Date: Fri, 11 Oct 2008 04:23:49 GMT
        Content-Length: ####
        DataServiceVersion: 1.0  
        ...binary data for the rtf document...