'Declaration
Public Function New( _ ByVal content As HttpContent _ )
'Usage
Dim content As HttpContent Dim instance As New RestfulResponse(content)
public RestfulResponse( HttpContent content )
public: RestfulResponse( HttpContent^ content )
Parameters
- content
- Content of the HTTP response that this object represents