C# 클래스 Microsoft.Protocols.TestSuites.FileSharing.SMB2Model.Model.Handle.HandleModelOpen

A HandleOpen class indicates an Open
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsBatchOplockExisted bool
IsConnectionExisted bool
IsDurable bool
IsLeaseExisted bool
IsPersistent bool
IsSessionExisted bool
LeaseVersion int

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

IsBatchOplockExisted 공개적으로 프로퍼티

Indicate whether the open has requested a batch oplock
public bool IsBatchOplockExisted
리턴 bool

IsConnectionExisted 공개적으로 프로퍼티

Indicate whether the connection existed
public bool IsConnectionExisted
리턴 bool

IsDurable 공개적으로 프로퍼티

Indicate whether the open has requested a durable handle
public bool IsDurable
리턴 bool

IsLeaseExisted 공개적으로 프로퍼티

Indicate whether the open has requested lease
public bool IsLeaseExisted
리턴 bool

IsPersistent 공개적으로 프로퍼티

Indicate whether the open has requested a persistent handle
public bool IsPersistent
리턴 bool

IsSessionExisted 공개적으로 프로퍼티

Indicate whether the session existed
public bool IsSessionExisted
리턴 bool

LeaseVersion 공개적으로 프로퍼티

Indicate the lease version
public int LeaseVersion
리턴 int