Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Processes an HTTP request.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Sub ProcessRequest
'Usage
Dim instance As DataService
instance.ProcessRequest()
public void ProcessRequest()
public:
void ProcessRequest()
member ProcessRequest : unit -> unit
public function ProcessRequest()
Remarks
The AttachHost method should be invoked before you call ProcessRequest to get request information and build the response.