.Net SDK 4.0.0 documentation
.Net SDK 4.0.0 documentation
Intuit.Ipp.Core.Rest
RequestParameters Class
RequestParameters Constructor
RequestParameters Constructor (String, HttpVerbType, String)
RequestParameters Constructor (String, HttpVerbType, String, String)
RequestParameters Constructor (String, HttpVerbType, String)
Initializes a new instance of the
RequestParameters
class.
Namespace:
Intuit.Ipp.Core.Rest
Assembly:
Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
Copy
public
RequestParameters
(
string
resourceUri
,
HttpVerbType
verb
,
string
contentType
)
Parameters
resourceUri
Type:
System
String
The resource URI.
verb
Type:
Intuit.Ipp.Core
HttpVerbType
The http verb.
contentType
Type:
System
String
Type of the content.
See Also
Reference
RequestParameters Class
RequestParameters Overload
Intuit.Ipp.Core.Rest Namespace