NevronOpenVision
Nevron.Nov.Networking Namespace / NWebRequest Class


In This Topic
    NWebRequest Class Properties
    In This Topic

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

    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.  
    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.  
    Public PropertyGets the date-time at which this request has been sent. Valid only after Send() was called.  
    Public PropertyGets the status of this request.  
    Public PropertyGets the Uniform Resource Identifier (URI) associated with this request.  
    Top
    See Also