C# Class SharpCifs.Smb.DfsReferral

Inheritance: SmbException
Exibir arquivo 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_oe property

public long Expiration
return long

Link public_oe property

public string Link
return string

Path public_oe property

public string Path
return string

PathConsumed public_oe property

public int PathConsumed
return int

ResolveHashes public_oe property

public bool ResolveHashes
return bool

Server public_oe property

public string Server
return string

Share public_oe property

public string Share
return string

Ttl public_oe property

public long Ttl
return long