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


In This Topic
    NHttpWebResponse Class Members
    In This Topic

    The following tables list the members exposed by NHttpWebResponse.

    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 response header fields.  
    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
    Public Methods
     NameDescription
    Public MethodGets the stream of this http response by optionally decompressing it if needed (i.e. if the response has a content encoding header).  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Top
    See Also