Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NHttpHeaderFields Class
Members


In This Topic
    NHttpHeaderFields Class
    In This Topic
    Represents the Http Request/Response Header Fields, which is a mapping of a header field name to a header field value.
    Object Model
    NHttpHeaderFields Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public NotInheritable Class NHttpHeaderFields 
       Implements Nevron.Nov.DataStructures.INIterable(Of NHttpHeaderField), Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NHttpHeaderFields
    [System.Reflection.DefaultMember("Item")]
    public sealed class NHttpHeaderFields : Nevron.Nov.DataStructures.INIterable<NHttpHeaderField>, Nevron.Nov.INDeeplyCloneable  
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Networking.NHttpHeaderFields

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also