C# Класс openXDA.Configuration.FileShare

Represents a file share.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

Authenticate() публичный Метод

Attempts to authenticate to the file share.
public Authenticate ( ) : void
Результат void

FileShare() публичный Метод

Creates a new instance of the FileShare class.
public FileShare ( ) : System
Результат System

FileShare() публичный Метод

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.
Результат System

TryAuthenticate() публичный Метод

Attempts to authenticate to the file share.
public TryAuthenticate ( ) : bool
Результат bool