NWebRequest Class Properties
In This Topic
For a list of all members of this type, see NWebRequest members.
Public Properties
| Name | Description |
| AllowSharedDownload | Gets 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. |
| CreateResponseDataStream | Delegate 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. |
| SentAt | Gets the date-time at which this request has been sent. Valid only after Send() was called. |
| Status | Gets the status of this request. |
| Uri | Gets the Uniform Resource Identifier (URI) associated with this request. |
Top
See Also