Google.Apps.Script.Type - Class HttpOptions (2.3.0)

public sealed class HttpOptions : IMessage<HttpOptions>, IEquatable<HttpOptions>, IDeepCloneable<HttpOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Google.Apps.Script.Type class HttpOptions.

Options for sending requests to add-on HTTP endpoints

Inheritance

object > HttpOptions

Namespace

Google.Apps.Script.Type

Assembly

Google.Apps.Script.Type.dll

Constructors

HttpOptions()

public HttpOptions()

HttpOptions(HttpOptions)

public HttpOptions(HttpOptions other)
Parameter
NameDescription
otherHttpOptions

Properties

AuthorizationHeader

public HttpAuthorizationHeader AuthorizationHeader { get; set; }

Configuration for the token sent in the HTTP Authorization header

Property Value
TypeDescription
HttpAuthorizationHeader