Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NFileWebRequest Class
Fields Properties Methods Events


In This Topic
    NFileWebRequest Class Members
    In This Topic

    The following tables list the members exposed by NFileWebRequest.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new request for a local file identified by the specified URI. The URI's scheme must be "file".  
    Top
    Protected Fields
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the response download for this request can be shared with other similar requests that are currently in-progress. Shared downloads is only supported for GET requests, so this property has no effect, if the Method is not equal to GET. By default set to true. (Inherited from Nevron.Nov.Networking.NWebRequest)
    Public PropertyDelegate which is called when a stream needs to be created to store the response data. If set to null, the request by default creates a new MemoryStream. (Inherited from Nevron.Nov.Networking.NWebRequest)
    Public PropertyGets the date-time at which this request has been sent. Valid only after Send() was called. (Inherited from Nevron.Nov.Networking.NWebRequest)
    Public PropertyGets the status of this request. (Inherited from Nevron.Nov.Networking.NWebRequest)
    Public PropertyGets the Uniform Resource Identifier (URI) associated with this request. (Inherited from Nevron.Nov.Networking.NWebRequest)
    Top
    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. (Inherited from Nevron.Nov.Networking.NWebRequest)
    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. (Inherited from Nevron.Nov.Networking.NWebRequest)
    Top
    Protected Methods
     NameDescription
    Internal Method (Inherited from Nevron.Nov.Networking.NWebRequest)
    Internal Method (Inherited from Nevron.Nov.Networking.NWebRequest)
    Internal MethodOverridden.   
    Internal MethodOverridden.   
    Internal Method (Inherited from Nevron.Nov.Networking.NWebRequest)
    Internal MethodOverridden.   
    Internal Method (Inherited from Nevron.Nov.Networking.NWebRequest)
    Internal Method (Inherited from Nevron.Nov.Networking.NWebRequest)
    Internal Method (Inherited from Nevron.Nov.Networking.NWebRequest)
    Protected MethodCalled whenever the request status is changed. (Inherited from Nevron.Nov.Networking.NWebRequest)
    Internal Method (Inherited from Nevron.Nov.Networking.NWebRequest)
    Protected MethodSets a new status for this request and calls OnStatusChanged. (Inherited from Nevron.Nov.Networking.NWebRequest)
    Protected MethodThrows an exception if the request is submitted and cannot be modified. (Inherited from Nevron.Nov.Networking.NWebRequest)
    Top
    Public Events
     NameDescription
    Public EventRaised when the request is completed. The request and the response are passed as arguments in the event args. (Inherited from Nevron.Nov.Networking.NWebRequest)
    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. (Inherited from Nevron.Nov.Networking.NWebRequest)
    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. (Inherited from Nevron.Nov.Networking.NWebRequest)
    Public EventRaised when the request starts to download the response stream. The request and download size are passed as arguments in the event args. (Inherited from Nevron.Nov.Networking.NWebRequest)
    Top
    See Also