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

A HandleOpen class indicates an Open
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
IsBatchOplockExisted bool
IsConnectionExisted bool
IsDurable bool
IsLeaseExisted bool
IsPersistent bool
IsSessionExisted bool
LeaseVersion int

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

IsBatchOplockExisted public_oe property

Indicate whether the open has requested a batch oplock
public bool IsBatchOplockExisted
Résultat bool

IsConnectionExisted public_oe property

Indicate whether the connection existed
public bool IsConnectionExisted
Résultat bool

IsDurable public_oe property

Indicate whether the open has requested a durable handle
public bool IsDurable
Résultat bool

IsLeaseExisted public_oe property

Indicate whether the open has requested lease
public bool IsLeaseExisted
Résultat bool

IsPersistent public_oe property

Indicate whether the open has requested a persistent handle
public bool IsPersistent
Résultat bool

IsSessionExisted public_oe property

Indicate whether the session existed
public bool IsSessionExisted
Résultat bool

LeaseVersion public_oe property

Indicate the lease version
public int LeaseVersion
Résultat int