Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NHttpHeaderFields Class / Item Property / Item(NHttpHeaderFieldName) Property


In This Topic
    Item(NHttpHeaderFieldName) Property
    In This Topic
    Gets or sets the field value associated with the specified field name.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal name As NHttpHeaderFieldName _
    ) As System.String
    'Usage
     
    
    Dim instance As NHttpHeaderFields
    Dim name As NHttpHeaderFieldName
    Dim value As System.String
     
    instance.Item(name) = value
     
    value = instance.Item(name)
    public System.string Item( 
       NHttpHeaderFieldName name
    ) {get; set;}

    Parameters

    name
    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