DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / IQidoWebClient Interface / Result Property



In This Topic
    Result Property (IQidoWebClient)
    In This Topic
    The raw result of the last operation
    Syntax
    'Declaration
     
    
    ReadOnly Property Result As HttpResponseMessage
    'Usage
     
    
    Dim instance As IQidoWebClient
    Dim value As HttpResponseMessage
     
    value = instance.Result
    HttpResponseMessage Result {get;}
    property HttpResponseMessage^ Result {
       HttpResponseMessage^ get();
    }
    Remarks
    This mayt be used to obtain status information, warnings etc.
    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