Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NHttpWebRequest Class / ParseHttpRequestMethod Method


In This Topic
    ParseHttpRequestMethod Method
    In This Topic
    Parses the specified request method string.
    Syntax
    'Declaration
     
    
    Public Shared Function ParseHttpRequestMethod( _
       ByVal method As System.String _
    ) As ENHttpRequestMethod
    'Usage
     
    
    Dim method As System.String
    Dim value As ENHttpRequestMethod
     
    value = NHttpWebRequest.ParseHttpRequestMethod(method)
    public static ENHttpRequestMethod ParseHttpRequestMethod( 
       System.string method
    )

    Parameters

    method
    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