C# Класс Microsoft.Protocols.TestSuites.FileSharing.SMB2Model.Model.Handle.HandleModelOpen

A HandleOpen class indicates an Open
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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