WebGateway overview

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.
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.
IsRedirect Looks at the WebResponseInterface in the passed-in processingState and detects if the response is a redirect.
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.

See Also

WebGateway Interface | Eas.WebCrawler.Model.Gateway Namespace