Click or drag to resize
Request Constructor
Create a new empty Request.

Namespace: Rally.RestApi
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public Request()
Examples
Request request = new Request();
See Also