C# 클래스 SharpCifs.Smb.DfsReferral

상속: SmbException
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Expiration long
Link string
Path string
PathConsumed int
ResolveHashes bool
Server string
Share string
Ttl long

공개 메소드들

메소드 설명
DfsReferral ( ) : System.Collections.Generic
ToString ( ) : string

비공개 메소드들

메소드 설명
Append ( DfsReferral dr ) : void

메소드 상세

DfsReferral() 공개 메소드

public DfsReferral ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Expiration 공개적으로 프로퍼티

public long Expiration
리턴 long

Link 공개적으로 프로퍼티

public string Link
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string

PathConsumed 공개적으로 프로퍼티

public int PathConsumed
리턴 int

ResolveHashes 공개적으로 프로퍼티

public bool ResolveHashes
리턴 bool

Server 공개적으로 프로퍼티

public string Server
리턴 string

Share 공개적으로 프로퍼티

public string Share
리턴 string

Ttl 공개적으로 프로퍼티

public long Ttl
리턴 long