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 properties.
Public Properties
Name | Description | |
---|---|---|
Data |
Any data that needs to be appended to the request
|
|
Password |
Password (basic authentication
|
|
Url |
URL to send the request to
|
|
UserName |
User name (basic authentication)
|
See Also
Smartsite.Core Namespace