ReadRequest Method
Reads the RNIF request from the given HTTP servlet request.
Syntax
public void ReadRequest();
Public Sub ReadRequest()
Remarks
This method acquires the request from the HTTP servlet. Once this is done, ReadRequest then calls ParseHeaders, which parses the headers for the acquired message.