DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / RestfulResponse Class / RestfulResponse Constructor / RestfulResponse Constructor(HttpContent)
Content of the HTTP response that this object represents



In This Topic
    RestfulResponse Constructor(HttpContent)
    In This Topic
    Creates a new object from the incoming HTTP response
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also