App Engine v1 API - Class ApiEndpointHandler (2.3.0)

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

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

Uses Google Cloud Endpoints to handle requests.

Inheritance

object > ApiEndpointHandler

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ApiEndpointHandler()

public ApiEndpointHandler()

ApiEndpointHandler(ApiEndpointHandler)

public ApiEndpointHandler(ApiEndpointHandler other)
Parameter
NameDescription
otherApiEndpointHandler

Properties

ScriptPath

public string ScriptPath { get; set; }

Path to the script from the application root directory.

Property Value
TypeDescription
string