DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / WadoEventArgs Class / Headers Property



In This Topic
    Headers Property (WadoEventArgs)
    In This Topic
    Http Request Headers for users wishing to access in event
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Headers As IHeaderDictionary
    'Usage
     
    
    Dim instance As WadoEventArgs
    Dim value As IHeaderDictionary
     
    value = instance.Headers
    public IHeaderDictionary Headers {get;}
    public:
    property IHeaderDictionary^ Headers {
       IHeaderDictionary^ get();
    }
    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