Public Methods

BeginGetResponse Calls into BeginGetResponse on the WebRequestInterface contained in the passed in processingState.
BeginReadStream An asynchronous function which reads data from a stream that was returned from a WebResponseInterface (though to be honest, it would perform the read on any stream).
CreateWebRequest Creates a new WebRequestInterface for the passed-in request.
EndGetResponse Returns a WebResponseInterfacecreated by the completion of a GetResponse action.
EndReadStream The completing function of BeginReadStream.
Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetRedirectUri Retrieves the redirect Uri from a web response representing a redirect
GetResponseCode Gets the http response code for a failed web request.
GetResponseStream Retrieves the response stream from a WebResponseInterface.
GetType  (inherited from Object)  
IsRedirect Looks at the WebResponseInterface in the passed-in processingState and detects if the response is a redirect.
ReferenceEquals  (inherited from Object)  
ResponseIsText Determines if the contents of the web response is text (like html) or binary (like images and movies).
SetConnectionLimit Tells System.Net how many active connections to one end point can be open at the same time.
ToString  (inherited from Object)  

Protected Methods

Finalize  (inherited from Object)  
MemberwiseClone  (inherited from Object)  

See Also

BaseWebGateway Class | Eas.WebCrawler.Model.Gateway Namespace