RequestHeaders.Append(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends the header name and value.
public:
void Append(System::String ^ name, System::Object ^ value);
public void Append (string name, object value);
member this.Append : string * obj -> unit
Public Sub Append (name As String, value As Object)
Parameters
- name
- String
The header name.
- value
- Object
The header value.