C# Class VaultFolderCreate.LoginInfo

Afficher le fichier Open project: nick-hall-majenta/Autodesk-Vault-Utilities Class Usage Examples

Méthodes publiques

Свойство Type Description
Password string
Port int
SSL bool
Server string
Username string
Vault string

Méthodes publiques

Méthode Description
LoginInfo ( string username, string password, string serverStr, string vault ) : System

Constructor

Method Details

LoginInfo() public méthode

Constructor
public LoginInfo ( string username, string password, string serverStr, string vault ) : System
username string
password string
serverStr string Formatted information about the server. /// Format: [https://]servername[:port]
vault string
Résultat System

Property Details

Password public_oe property

public string Password
Résultat string

Port public_oe property

A value of 0 means the default port should be used
public int Port
Résultat int

SSL public_oe property

public bool SSL
Résultat bool

Server public_oe property

public string Server
Résultat string

Username public_oe property

public string Username
Résultat string

Vault public_oe property

public string Vault
Résultat string