C# 클래스 openXDA.Configuration.FileShare

Represents a file share.
파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA

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