Click or drag to resize

WatchDoxRequestGetWebRequest Method

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

Namespace:  BlackBerry.Workspaces.Core
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public HttpWebRequest GetWebRequest(
	string url,
	RequestMethod verb,
	APIVersion version,
	string contentType,
	int timeout,
	RequestCacheLevel cacheLevel = 1
)

Parameters

url
Type: SystemString

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

verb
Type: BlackBerry.Workspaces.CoreRequestMethod

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

version
Type: BlackBerry.Workspaces.CoreAPIVersion

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

contentType
Type: SystemString

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

timeout
Type: SystemInt32

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

cacheLevel (Optional)
Type: System.Net.CacheRequestCacheLevel

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

Return Value

Type: HttpWebRequest

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

See Also