Request SetHeader Method C# API
Overload List

  NameDescription
Public methodSetHeader(String)
Sets an HTTP header for this Request, using the contents of the specified string.
Public methodSetHeader(String, String)
Sets an HTTP header for this Request, as a name/value pair.
Back to Top
See Also