C# Класс Dev2.Studio.Core.Network.WebServer

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

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

Метод Описание
GetInternalServiceUri ( string serviceName, IEnvironmentConnection connection ) : Uri
GetWorkflowUri ( IContextualResourceModel resourceModel, string xmlData, UrlType urlType ) : Uri
IsServerUp ( IContextualResourceModel resourceModel ) : bool
OpenInBrowser ( IContextualResourceModel resourceModel, string xmlData ) : void
Send ( IContextualResourceModel resourceModel, string payload, IAsyncWorker asyncWorker ) : void

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

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

public static GetInternalServiceUri ( string serviceName, IEnvironmentConnection connection ) : Uri
serviceName string
connection IEnvironmentConnection
Результат System.Uri

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

public static GetWorkflowUri ( IContextualResourceModel resourceModel, string xmlData, UrlType urlType ) : Uri
resourceModel IContextualResourceModel
xmlData string
urlType UrlType
Результат System.Uri

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

public static IsServerUp ( IContextualResourceModel resourceModel ) : bool
resourceModel IContextualResourceModel
Результат bool

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

public static OpenInBrowser ( IContextualResourceModel resourceModel, string xmlData ) : void
resourceModel IContextualResourceModel
xmlData string
Результат void

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

public static Send ( IContextualResourceModel resourceModel, string payload, IAsyncWorker asyncWorker ) : void
resourceModel IContextualResourceModel
payload string
asyncWorker IAsyncWorker
Результат void