NevronOpenVision
Nevron.Nov.Networking Namespace / NWebRequest Class


In This Topic
    NWebRequest Class Events
    In This Topic

    For a list of all members of this type, see NWebRequest members.

    Public Events
     NameDescription
    Public EventRaised when the request is completed. The request and the response are passed as arguments in the event args.  
    Public EventRaised when the request progressed in downloading the response stream. The request, download size and downloaded size are passed as arguments in the event args.  
    Public EventRaised when the request ended the download of the response stream. The request and download size are passed as arguments in the event args.  
    Public EventRaised when the request starts to download the response stream. The request and download size are passed as arguments in the event args.  
    Top
    See Also