C# 클래스 Dev2.Runtime.ServiceModel.WebSources

상속: Dev2.Runtime.Diagnostics.ExceptionManager
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
EnsureWebClient ( WebSource source, IEnumerable headers ) : void
Execute ( WebSource source, WebRequestMethod method, string relativeUri, byte data, bool throwError, ErrorResultTO &errors, string headers = null ) : byte[]
Execute ( WebSource source, WebRequestMethod method, string relativeUri, string data, bool throwError, ErrorResultTO &errors, string headers = null ) : string
Get ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : WebSource
Save ( string args, System.Guid workspaceId, System.Guid dataListId ) : string
Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : ValidationResult
WebSources ( ) : System
WebSources ( IResourceCatalog resourceCatalog ) : System

비공개 메소드들

메소드 설명
CanConnectServer ( WebSource source ) : ValidationResult
EnsureContentType ( WebClient client ) : void
Execute ( WebClient client, string address, WebRequestMethod method, byte data, bool throwError, ErrorResultTO &errors ) : byte[]
Execute ( WebClient client, string address, WebRequestMethod method, string data, bool throwError, ErrorResultTO &errors ) : string
FixResponse ( string result ) : string

메소드 상세

EnsureWebClient() 공개 정적인 메소드

public static EnsureWebClient ( WebSource source, IEnumerable headers ) : void
source Dev2.Runtime.ServiceModel.Data.WebSource
headers IEnumerable
리턴 void

Execute() 공개 정적인 메소드

public static Execute ( WebSource source, WebRequestMethod method, string relativeUri, byte data, bool throwError, ErrorResultTO &errors, string headers = null ) : byte[]
source Dev2.Runtime.ServiceModel.Data.WebSource
method WebRequestMethod
relativeUri string
data byte
throwError bool
errors Dev2.DataList.Contract.ErrorResultTO
headers string
리턴 byte[]

Execute() 공개 정적인 메소드

public static Execute ( WebSource source, WebRequestMethod method, string relativeUri, string data, bool throwError, ErrorResultTO &errors, string headers = null ) : string
source Dev2.Runtime.ServiceModel.Data.WebSource
method WebRequestMethod
relativeUri string
data string
throwError bool
errors Dev2.DataList.Contract.ErrorResultTO
headers string
리턴 string

Get() 공개 메소드

public Get ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : WebSource
resourceId string
workspaceId System.Guid
dataListId System.Guid
리턴 Dev2.Runtime.ServiceModel.Data.WebSource

Save() 공개 메소드

public Save ( string args, System.Guid workspaceId, System.Guid dataListId ) : string
args string
workspaceId System.Guid
dataListId System.Guid
리턴 string

Test() 공개 메소드

public Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : ValidationResult
args string
workspaceId System.Guid
dataListId System.Guid
리턴 Dev2.Runtime.Diagnostics.ValidationResult

WebSources() 공개 메소드

public WebSources ( ) : System
리턴 System

WebSources() 공개 메소드

public WebSources ( IResourceCatalog resourceCatalog ) : System
resourceCatalog IResourceCatalog
리턴 System