AbstractClientRequestBuilder<T>.WithHeader(String, String) Method

Definition

public T WithHeader (string key, string value);
member this.WithHeader : string * string -> 'T
Public Function WithHeader (key As String, value As String) As T

Parameters

key
String
value
String

Returns

T

Applies to