C# Class Microsoft.Protocols.TestSuites.FileSharing.SMB2Model.Model.Handle.HandleModelOpen

A HandleOpen class indicates an Open
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
IsBatchOplockExisted bool
IsConnectionExisted bool
IsDurable bool
IsLeaseExisted bool
IsPersistent bool
IsSessionExisted bool
LeaseVersion int

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

IsBatchOplockExisted public_oe property

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

IsConnectionExisted public_oe property

Indicate whether the connection existed
public bool IsConnectionExisted
return bool

IsDurable public_oe property

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

IsLeaseExisted public_oe property

Indicate whether the open has requested lease
public bool IsLeaseExisted
return bool

IsPersistent public_oe property

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

IsSessionExisted public_oe property

Indicate whether the session existed
public bool IsSessionExisted
return bool

LeaseVersion public_oe property

Indicate the lease version
public int LeaseVersion
return int