C# 클래스 Dev2.Studio.Core.Network.WebServer

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
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