DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / DicomWebClient Class / Result Property

In This Topic
    Result Property
    In This Topic
    The raw result of the last operation
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Result As System.Net.Http.HttpResponseMessage
    public System.Net.Http.HttpResponseMessage Result {get;}
    Remarks
    This mayt be used to obtain status information, warnings etc.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also