Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NFileWebResponse Class
Fields Properties


In This Topic
    NFileWebResponse Class Members
    In This Topic

    The following tables list the members exposed by NFileWebResponse.

    Protected Constructors
     NameDescription
    Internal ConstructorOverloaded.   
    Top
    Protected Fields
    Public Properties
     NameDescription
    Public PropertyGets the response data as array (or body). Valid only if the response status is equal to Succeeded. (Inherited from Nevron.Nov.Networking.NWebResponse)
    Public PropertyGets the response data stream (or body). Valid only if the response status is equal to Succeeded. (Inherited from Nevron.Nov.Networking.NWebResponse)
    Public PropertyGets an exception that describes the reason for failure of the request. Valid only if response status is equal to Failed. (Inherited from Nevron.Nov.Networking.NWebResponse)
    Public PropertyGets the date time at which this response was received. (Inherited from Nevron.Nov.Networking.NWebResponse)
    Public PropertyGets the response status. (Inherited from Nevron.Nov.Networking.NWebResponse)
    Top
    See Also