public sealed class HttpOptions : IMessage<HttpOptions>, IEquatable<HttpOptions>, IDeepCloneable<HttpOptions>, IBufferMessage, IMessage
Options for sending requests to add-on HTTP endpoints
Implements
IMessage<HttpOptions>, IEquatable<HttpOptions>, IDeepCloneable<HttpOptions>, IBufferMessage, IMessageNamespace
Google.Apps.Script.TypeAssembly
Google.Apps.Script.Type.dll
Constructors
HttpOptions()
public HttpOptions()
HttpOptions(HttpOptions)
public HttpOptions(HttpOptions other)
Parameter | |
---|---|
Name | Description |
other | HttpOptions |
Properties
AuthorizationHeader
public HttpAuthorizationHeader AuthorizationHeader { get; set; }
Configuration for the token sent in the HTTP Authorization header
Property Value | |
---|---|
Type | Description |
HttpAuthorizationHeader |