London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IHttpWebRequestFactory

Namespace: HttpWebAdapters
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public interface IHttpWebRequestFactory

Methods

Create(String)

Declaration
IHttpWebRequest Create(string url)
Parameters
Type Name Description
System.String url
Returns
Type Description
IHttpWebRequest

Create(Uri)

Declaration
IHttpWebRequest Create(Uri url)
Parameters
Type Name Description
System.Uri url
Returns
Type Description
IHttpWebRequest