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


In This Topic
    NWebRequestDataEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal tpOb As System.Long, _
       ByVal UpOb As System.IO.Stream _
    )
    'Usage
     
    
    Dim tpOb As System.Long
    Dim UpOb As System.IO.Stream
     
    Dim instance As New NWebRequestDataEventArgs(tpOb, UpOb)
    internal NWebRequestDataEventArgs( 
       System.long tpOb,
       System.IO.Stream UpOb
    )

    Parameters

    tpOb
    UpOb
    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