IOMiscUtils GetURL Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Fetch the content of a given URL.

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static KeyValuePair<HttpStatusCode, string> GetURL(
	string urlAddress,
	int timeout = 5000
)

Return Value

Type: OnlineKeyValuePair OnlineHttpStatusCode, OnlineString 
Return fetched URL as a string, or null string when resulting status code is not HttpStatusCode.OK.
See Also