C# Класс GoogleCloudExtension.Utils.GaeUtils

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AppEngineDefaultServiceName string

Открытые методы

Метод Описание
GetAppUrl ( string hostname, string serviceId = null, string versionId = null ) : string

Gets an url for an App Engine application.

Описание методов

GetAppUrl() публичный статический Метод

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.
Результат string

Описание свойств

AppEngineDefaultServiceName публичное статическое свойство

public static string AppEngineDefaultServiceName
Результат string