DataService<T>.ProcessRequest Method

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.

See Also

Reference

DataService<T> Class

System.Data.Services Namespace