HttpRequestCreator Class
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9147)
Implements an interface for creating HTTP requests.
Syntax
public class HttpRequestCreator : IWebRequestCreate
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Http |
Creates an instance of HTTP request creator. |
Properties
Name | Description |
---|---|
Log |
Gets or sets the log writer used by this object. |
Proxy | Gets or sets the network proxy to use to access a remote server. |
Settings | Gets TLS/SSL settings. |
Methods
Name | Description |
---|---|
Create(String) | Creates an HTTP request targeting specific URI. |
Create(Uri) | Creates an HTTP request targeting specific URI. |
Register() | Registers this creator with WebRequest to handle HTTP and HTTPS requests (replacing System.Net.HttpWebRequest). |
Set |
Sets the socket factory to be used to create communication sockets. |
Events
Name | Description |
---|---|
Validating |
Occurs when a server certificate needs to be validated. |
Explicit Interface Implementations
Name | Description |
---|---|
IWeb |
Creates an HTTP request targeting specific URI. |