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

Exibir arquivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method 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 method

public static GetInternalServiceUri ( string serviceName, IEnvironmentConnection connection ) : Uri
serviceName string
connection IEnvironmentConnection
return System.Uri

GetWorkflowUri() public static method

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

IsServerUp() public static method

public static IsServerUp ( IContextualResourceModel resourceModel ) : bool
resourceModel IContextualResourceModel
return bool

OpenInBrowser() public static method

public static OpenInBrowser ( IContextualResourceModel resourceModel, string xmlData ) : void
resourceModel IContextualResourceModel
xmlData string
return void

Send() public static method

public static Send ( IContextualResourceModel resourceModel, string payload, IAsyncWorker asyncWorker ) : void
resourceModel IContextualResourceModel
payload string
asyncWorker IAsyncWorker
return void