Click or drag to resize
CallbackVariableHeaderBuilderAddCallbackVariable Method
Adds the callback variable

Namespace: Aliyun.OSS.Util
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public CallbackVariableHeaderBuilder AddCallbackVariable(
	string key,
	string value
)

Parameters

key
Type: SystemString
the custom variable, must start with "x:"
value
Type: SystemString
the value of the custom variable.

Return Value

Type: CallbackVariableHeaderBuilder

[Missing <returns> documentation for "M:Aliyun.OSS.Util.CallbackVariableHeaderBuilder.AddCallbackVariable(System.String,System.String)"]

See Also