Class | Description | |
---|---|---|
NFileWebRequest | Represents a request for a file on the local machine or network. | |
NFileWebResponse | Represents a file web request response | |
NHttpHeaderField | Represents an HTTP header field, that is pair of a name and a value. | |
NHttpHeaderFields | Represents the Http Request/Response Header Fields, which is a mapping of a header field name to a header field value. | |
NHttpWebRequest | Represents an Http web request. | |
NHttpWebResponse | Represents an Http web response. | |
NWebRequest | An abstract base class that represents an asynchronous request for a web resource. The requested resource is identified by an Uniform Resource Identifier (URI). | |
NWebRequestCompletedEventArgs | Event args associated with NWebRequest.Completed event. | |
NWebRequestDataEventArgs | Represents the event args assocuated with the NWebRequest.BeginDownload and NWebRequest.EndDownload events. | |
NWebRequestDataProgressEventArgs | Represents the event args assocuated with the NWebRequest.BeginDownload event | |
NWebRequestEventArgs | Serves as base class for all NWebRequestEventArgs | |
NWebResponse | Represents the response for an web request. Serves as base class for all web responses. |