Click or drag to resize

WatchDoxRequestCreateUploadFileWebRequest Method

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

Namespace:  BlackBerry.Workspaces.Core
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<HttpWebRequest> CreateUploadFileWebRequest(
	string url,
	byte[] buffer,
	APIVersion version,
	string fileName,
	RequestCacheLevel cacheLevel = 1
)

Parameters

url
Type: SystemString

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

buffer
Type: SystemByte

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

version
Type: BlackBerry.Workspaces.CoreAPIVersion

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

fileName
Type: SystemString

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

cacheLevel (Optional)
Type: System.Net.CacheRequestCacheLevel

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

Return Value

Type: TaskHttpWebRequest

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

See Also