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

In This Topic
    ExtraHeaders Property
    In This Topic
    Extra Http Headers should users wish to add to the Request
    Syntax
    'Declaration
     
    
    Public Property ExtraHeaders As System.Collections.Generic.List(Of KeyValuePair(Of String,String))
    public System.Collections.Generic.List<KeyValuePair<string,string>> ExtraHeaders {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also