NevronOpenVision
Nevron.Nov.Networking Namespace / NWebRequest Class


In This Topic
    NWebRequest Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodAborts this web request. This method has no effect if the request has been completed. If the request is not submitted or is in-progress, the Completed event is raised immediately, with an Aborted respose type.  
    Public MethodSends a web request. When a response arrives or if the request gets aborted, this request will raise the Completed event. Use the Status property of the response to determine whether the request has been executed successfully.  
    Public Methodstatic (Shared in Visual Basic)Tries to create a new URI request for the resourse located at the specified URI. Current recognized are HTTP, HTTPS and FILE URIs.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method  
    Internal Method  
    Protected MethodCalled whenever the request status is changed.  
    Internal Method  
    Protected MethodSets a new status for this request and calls OnStatusChanged.  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Protected MethodThrows an exception if the request is submitted and cannot be modified.  
    Internal Method  
    Internal Method  
    Top
    See Also