C# Class SharpCifs.Smb.Dfs

Afficher le fichier Open project: brandonprry/Potato Class Usage Examples

Méthodes publiques

Méthode Description
GetDc ( string domain, NtlmPasswordAuthentication auth ) : SmbTransport
GetReferral ( SmbTransport trans, string domain, string root, string path, NtlmPasswordAuthentication auth ) : DfsReferral
GetTrustedDomains ( NtlmPasswordAuthentication auth ) : Hashtable
IsTrustedDomain ( string domain, NtlmPasswordAuthentication auth ) : bool
Resolve ( string domain, string root, string path, NtlmPasswordAuthentication auth ) : DfsReferral

Private Methods

Méthode Description
Insert ( string path, DfsReferral dr ) : void

Method Details

GetDc() public méthode

public GetDc ( string domain, NtlmPasswordAuthentication auth ) : SmbTransport
domain string
auth NtlmPasswordAuthentication
Résultat SmbTransport

GetReferral() public méthode

public GetReferral ( SmbTransport trans, string domain, string root, string path, NtlmPasswordAuthentication auth ) : DfsReferral
trans SmbTransport
domain string
root string
path string
auth NtlmPasswordAuthentication
Résultat DfsReferral

GetTrustedDomains() public méthode

public GetTrustedDomains ( NtlmPasswordAuthentication auth ) : Hashtable
auth NtlmPasswordAuthentication
Résultat Hashtable

IsTrustedDomain() public méthode

public IsTrustedDomain ( string domain, NtlmPasswordAuthentication auth ) : bool
domain string
auth NtlmPasswordAuthentication
Résultat bool

Resolve() public méthode

public Resolve ( string domain, string root, string path, NtlmPasswordAuthentication auth ) : DfsReferral
domain string
root string
path string
auth NtlmPasswordAuthentication
Résultat DfsReferral