PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class RESTHelper |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class RESTHelper |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
DELETE |
Does a DELETE on the REST service
|
|
Equals | (Inherited from Object.) | |
GET |
Does a GET to the REST service
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
POST |
Does a POST to the REST service
|
|
PUT |
Does a PUT on the REST service
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Core Namespace