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.
Implements
IMessageApiEndpointHandler, IEquatableApiEndpointHandler, IDeepCloneableApiEndpointHandler, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ApiEndpointHandler()
public ApiEndpointHandler()
ApiEndpointHandler(ApiEndpointHandler)
public ApiEndpointHandler(ApiEndpointHandler other)
Parameter | |
---|---|
Name | Description |
other |
ApiEndpointHandler |
Properties
ScriptPath
public string ScriptPath { get; set; }
Path to the script from the application root directory.
Property Value | |
---|---|
Type | Description |
string |