CallbackVariableHeaderBuilderAddCallbackVariable Method |
Adds the callback variable
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public CallbackVariableHeaderBuilder AddCallbackVariable(
string key,
string value
)
Public Function AddCallbackVariable (
key As String,
value As String
) As CallbackVariableHeaderBuilder
public:
CallbackVariableHeaderBuilder^ AddCallbackVariable(
String^ key,
String^ value
)
member AddCallbackVariable :
key : string *
value : string -> CallbackVariableHeaderBuilder
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