C# Class Dev2.Studio.Core.Network.WebServer

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
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

Method Details

GetInternalServiceUri() public static méthode

public static GetInternalServiceUri ( string serviceName, IEnvironmentConnection connection ) : Uri
serviceName string
connection IEnvironmentConnection
Résultat System.Uri

GetWorkflowUri() public static méthode

public static GetWorkflowUri ( IContextualResourceModel resourceModel, string xmlData, UrlType urlType ) : Uri
resourceModel IContextualResourceModel
xmlData string
urlType UrlType
Résultat System.Uri

IsServerUp() public static méthode

public static IsServerUp ( IContextualResourceModel resourceModel ) : bool
resourceModel IContextualResourceModel
Résultat bool

OpenInBrowser() public static méthode

public static OpenInBrowser ( IContextualResourceModel resourceModel, string xmlData ) : void
resourceModel IContextualResourceModel
xmlData string
Résultat void

Send() public static méthode

public static Send ( IContextualResourceModel resourceModel, string payload, IAsyncWorker asyncWorker ) : void
resourceModel IContextualResourceModel
payload string
asyncWorker IAsyncWorker
Résultat void