DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / RestfulResponse Class / RestfulResponse Constructor
Content of the HTTP response that this object represents

In This Topic
    RestfulResponse Constructor
    In This Topic
    Creates a new object from the incoming HTTP response
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal content As System.Net.Http.HttpContent _
    )
    public RestfulResponse( 
       System.Net.Http.HttpContent content
    )

    Parameters

    content
    Content of the HTTP response that this object represents
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also