HttpRequestCreator Class
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9083)
Implements an interface for creating HTTP requests.
Syntax
public class HttpRequestCreator : IWebRequestCreate
Implements
Inherited Members
Constructors
Name | Description |
---|---|
HttpRequestCreator() | Creates an instance of HTTP request creator. |
Properties
Name | Description |
---|---|
LogWriter | 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). |
SetSocketFactory(ISocketFactory) | Sets the socket factory to be used to create communication sockets. |
Events
Name | Description |
---|---|
ValidatingCertificate | Occurs when a server certificate needs to be validated. |
Explicit Interface Implementations
Name | Description |
---|---|
IWebRequestCreate.Create(Uri) | Creates an HTTP request targeting specific URI. |