C# Class GoogleCloudExtension.Utils.GaeUtils

Mostrar archivo Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Properties

Property Type Description
AppEngineDefaultServiceName string

Public Methods

Method Description
GetAppUrl ( string hostname, string serviceId = null, string versionId = null ) : string

Gets an url for an App Engine application.

Method Details

GetAppUrl() public static method

Gets an url for an App Engine application.
public static GetAppUrl ( string hostname, string serviceId = null, string versionId = null ) : string
hostname string The hostname of the App Engine app, normally in the form /// [project-id].appsport.com
serviceId string The App Engine service id.
versionId string The App Engine service id.
return string

Property Details

AppEngineDefaultServiceName public_oe static_oe property

public static string AppEngineDefaultServiceName
return string