C# Class openXDA.Configuration.FileShare

Represents a file share.
Mostrar archivo Open project: GridProtectionAlliance/openXDA

Private Properties

Property Type Description

Public Methods

Method 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 method

Attempts to authenticate to the file share.
public Authenticate ( ) : void
return void

FileShare() public method

Creates a new instance of the FileShare class.
public FileShare ( ) : System
return System

FileShare() public method

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.
return System

TryAuthenticate() public method

Attempts to authenticate to the file share.
public TryAuthenticate ( ) : bool
return bool