Click or drag to resize

WatchDoxRequestHttpWebRequestGetResponseContent Method (String, RequestMethod, APIVersion, RequestCacheLevel)

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Core.WatchDoxRequest.HttpWebRequestGetResponseContent(System.String,BlackBerry.Workspaces.Core.RequestMethod,BlackBerry.Workspaces.Core.APIVersion,System.Net.Cache.RequestCacheLevel)"]

Namespace:  BlackBerry.Workspaces.Core
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<string> HttpWebRequestGetResponseContent(
	string url,
	RequestMethod verb,
	APIVersion version,
	RequestCacheLevel cacheLevel = 1
)

Parameters

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:BlackBerry.Workspaces.Core.WatchDoxRequest.HttpWebRequestGetResponseContent(System.String,BlackBerry.Workspaces.Core.RequestMethod,BlackBerry.Workspaces.Core.APIVersion,System.Net.Cache.RequestCacheLevel)"]

verb
Type: BlackBerry.Workspaces.CoreRequestMethod

[Missing <param name="verb"/> documentation for "M:BlackBerry.Workspaces.Core.WatchDoxRequest.HttpWebRequestGetResponseContent(System.String,BlackBerry.Workspaces.Core.RequestMethod,BlackBerry.Workspaces.Core.APIVersion,System.Net.Cache.RequestCacheLevel)"]

version
Type: BlackBerry.Workspaces.CoreAPIVersion

[Missing <param name="version"/> documentation for "M:BlackBerry.Workspaces.Core.WatchDoxRequest.HttpWebRequestGetResponseContent(System.String,BlackBerry.Workspaces.Core.RequestMethod,BlackBerry.Workspaces.Core.APIVersion,System.Net.Cache.RequestCacheLevel)"]

cacheLevel (Optional)
Type: System.Net.CacheRequestCacheLevel

[Missing <param name="cacheLevel"/> documentation for "M:BlackBerry.Workspaces.Core.WatchDoxRequest.HttpWebRequestGetResponseContent(System.String,BlackBerry.Workspaces.Core.RequestMethod,BlackBerry.Workspaces.Core.APIVersion,System.Net.Cache.RequestCacheLevel)"]

Return Value

Type: TaskString

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Core.WatchDoxRequest.HttpWebRequestGetResponseContent(System.String,BlackBerry.Workspaces.Core.RequestMethod,BlackBerry.Workspaces.Core.APIVersion,System.Net.Cache.RequestCacheLevel)"]

See Also