Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NWebRequestDataProgressEventArgs Class / NWebRequestDataProgressEventArgs Constructor


In This Topic
    NWebRequestDataProgressEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal xpOb As System.Long, _
       ByVal YpOb As System.IO.Stream, _
       ByVal AQOb As System.Long _
    )
    'Usage
     
    
    Dim xpOb As System.Long
    Dim YpOb As System.IO.Stream
    Dim AQOb As System.Long
     
    Dim instance As New NWebRequestDataProgressEventArgs(xpOb, YpOb, AQOb)
    internal NWebRequestDataProgressEventArgs( 
       System.long xpOb,
       System.IO.Stream YpOb,
       System.long AQOb
    )

    Parameters

    xpOb
    YpOb
    AQOb
    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