Summary

This interface abstracts away all System.Net usage from the Eas.WebCrawler application.
For a list of all members of this type, see WebGateway Members .

Declaration Syntax

Public Interface WebGateway
public interface WebGateway
public __gc __interface WebGateway
public interface WebGateway

Remarks

This class was designed to enable the mock object pattern in my unit testing. If you look at System.Net you will see that this class is a very thin wrapper over it.

Requirements

Namespace: Eas.WebCrawler.Model.Gateway
Assembly: Eas.WebCrawler.Model.Gateway (eas.webcrawler.model.gateway.dll)

See Also

WebGateway Members | Eas.WebCrawler.Model.Gateway Namespace