Click or drag to resize
NetExtrasGetWebPageStream Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Tuple<Stream, WebResponse> GetWebPageStream(
	string url
)

Parameters

url
Type: SystemString

Return Value

Type: TupleStream, WebResponse
See Also