Method | Description | |
---|---|---|
EnsureWebClient ( |
||
Execute ( |
||
Execute ( |
||
Get ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : |
||
Save ( string args, System.Guid workspaceId, System.Guid dataListId ) : string | ||
Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : |
||
WebSources ( ) : System | ||
WebSources ( IResourceCatalog resourceCatalog ) : System |
Method | Description | |
---|---|---|
CanConnectServer ( |
||
EnsureContentType ( |
||
Execute ( |
||
Execute ( |
||
FixResponse ( string result ) : string |
public static EnsureWebClient ( |
||
source | ||
headers | IEnumerable |
|
return | void |
public static Execute ( |
||
source | ||
method | WebRequestMethod | |
relativeUri | string | |
data | byte | |
throwError | bool | |
errors | ||
headers | string | |
return | byte[] |
public static Execute ( |
||
source | ||
method | WebRequestMethod | |
relativeUri | string | |
data | string | |
throwError | bool | |
errors | ||
headers | string | |
return | string |
public Get ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : |
||
resourceId | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return |
public Save ( string args, System.Guid workspaceId, System.Guid dataListId ) : string | ||
args | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return | string |
public Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : |
||
args | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return |
public WebSources ( IResourceCatalog resourceCatalog ) : System | ||
resourceCatalog | IResourceCatalog | |
return | System |