RequestHeaders.Set(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.
Sets the header value.
public:
void Set(System::String ^ name, System::Object ^ value);
public void Set (string name, object value);
public void Set (string name, object? value);
member this.Set : string * obj -> unit
Public Sub Set (name As String, value As Object)
Parameters
- name
- String
The header name.
- value
- Object
The header value.