C# Class SharpCifs.Smb.DfsReferral

Inheritance: SmbException
Show file Open project: brandonprry/Potato Class Usage Examples

Public Properties

Property Type Description
Expiration long
Link string
Path string
PathConsumed int
ResolveHashes bool
Server string
Share string
Ttl long

Public Methods

Method Description
DfsReferral ( ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Method Description
Append ( DfsReferral dr ) : void

Method Details

DfsReferral() public method

public DfsReferral ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Property Details

Expiration public property

public long Expiration
return long

Link public property

public string Link
return string

Path public property

public string Path
return string

PathConsumed public property

public int PathConsumed
return int

ResolveHashes public property

public bool ResolveHashes
return bool

Server public property

public string Server
return string

Share public property

public string Share
return string

Ttl public property

public long Ttl
return long