App Engine v1 API - Class ScriptHandler (2.3.0)

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

Reference documentation and code samples for the App Engine v1 API class ScriptHandler.

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