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

A HandleOpen class indicates an Open
Show file 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 property

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

IsConnectionExisted public property

Indicate whether the connection existed
public bool IsConnectionExisted
return bool

IsDurable public property

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

IsLeaseExisted public property

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

IsPersistent public property

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

IsSessionExisted public property

Indicate whether the session existed
public bool IsSessionExisted
return bool

LeaseVersion public property

Indicate the lease version
public int LeaseVersion
return int