Click or drag to resize

webLoadingEnginecreateNewRequest Method (String, webRequestActionType, webRequestType)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Kreira novi Request

Namespace:  imbACE.Network.web
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public static webRequest createNewRequest(
	string __url,
	webRequestActionType __action = webRequestActionType.openUrl,
	webRequestType __type = webRequestType.unknown
)
Request Example View Source

Parameters

__url
Type: SystemString
__action (Optional)
Type: imbACE.Network.web.enumswebRequestActionType
__type (Optional)
Type: imbACE.Network.web.requestwebRequestType

Return Value

Type: webRequest
See Also