Web API Core | ComponentOne
C1.Web.Api.Visitor.Utils Namespace / RequestHeaderAnalyzer Class / Analyze Method

In This Topic
    Analyze Method
    In This Topic
    Analyze Request Header
    Syntax
    'Declaration
     
    
    Public Shared Function Analyze( _
       ByVal headerDictionary As IHeaderDictionary _
    ) As String
    public static string Analyze( 
       IHeaderDictionary headerDictionary
    )

    Parameters

    headerDictionary

    Return Value

    The combined string of request header stable info
    See Also