Nevron.Nov.Networking Namespace / NWebResponse Class


In This Topic
    NWebResponse Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets the response data as array (or body). Valid only if the response status is equal to Succeeded.  
    Public PropertyGets the response data stream (or body). Valid only if the response status is equal to Succeeded.  
    Public PropertyGets an exception that describes the reason for failure of the request. Valid only if response status is equal to Failed.  
    Public PropertyGets the date time at which this response was received.  
    Public PropertyGets the response status.  
    Top
    See Also