WebRequestExecutor Members
Include Protected Members
Include Inherited Members
Provides an abstract class to issue a Web request to the server and get a response from the server.
The WebRequestExecutor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebRequestExecutor | Initializes a new instance of the WebRequestExecutor class. |
Top
Properties
Name | Description | |
---|---|---|
RequestContentType | Gets or sets the content type of the current HTTP request. | |
RequestHeaders | Gets the headers of the request that will be sent to the server. | |
RequestKeepAlive | Gets a flag that indicates whether the request keeps the connection to the server alive. | |
RequestMethod | Gets or sets the method of the request. | |
ResponseContentType | Gets the content type of the response. | |
ResponseHeaders | Gets the headers of the response. | |
StatusCode | Gets the status of the response. | |
WebRequest | Gets the current HTTP request that will be sent to the server. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases the resources used by the WebRequestExecutor. | |
Execute | Issues the request to the server. | |
GetRequestStream | Gets the request stream. | |
GetResponseStream | Gets the response stream from the server. | |
ToString | (Inherited from Object.) |
Top