Click or drag to resize

webCacheSystemsaveCache Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the cache.

Namespace:  imbACE.Network.web.cache
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public static void saveCache(
	string url,
	string content,
	webResponse httpResponse
)
Request Example View Source

Parameters

url
Type: SystemString
The URL.
content
Type: SystemString
The content.
httpResponse
Type: imbACE.Network.web.resultwebResponse
The HTTP response.
See Also