C# Class openXDA.Configuration.FileShare

Represents a file share.
Afficher le fichier Open project: GridProtectionAlliance/openXDA

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Authenticate ( ) : void

Attempts to authenticate to the file share.

FileShare ( ) : System

Creates a new instance of the FileShare class.

FileShare ( string connectionString ) : System

Creates a new instance of the FileShare class.

TryAuthenticate ( ) : bool

Attempts to authenticate to the file share.

Method Details

Authenticate() public méthode

Attempts to authenticate to the file share.
public Authenticate ( ) : void
Résultat void

FileShare() public méthode

Creates a new instance of the FileShare class.
public FileShare ( ) : System
Résultat System

FileShare() public méthode

Creates a new instance of the FileShare class.
public FileShare ( string connectionString ) : System
connectionString string A string containing the file share parameters as key-value pairs.
Résultat System

TryAuthenticate() public méthode

Attempts to authenticate to the file share.
public TryAuthenticate ( ) : bool
Résultat bool