Class ScriptHandler (1.4.0)

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

Executes a script to handle the request that matches the URL pattern.

Inheritance

Object > ScriptHandler

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ScriptHandler()

public ScriptHandler()

ScriptHandler(ScriptHandler)

public ScriptHandler(ScriptHandler other)
Parameter
NameDescription
otherScriptHandler

Properties

ScriptPath

public string ScriptPath { get; set; }

Path to the script from the application root directory.

Property Value
TypeDescription
String